Html Css Color HEX #707498 Chetwode Blue

📋 copy color: '#707498'

red 112 ◦ green 116 ◦ blue 152

#707498
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #707498

Tints of Chetwode Blue #707498

RGB

 RED value IS 112 (44.14% from 255) = 29.47%

 GREEN value IS 116 (45.7% from 255) = 30.53%

 BLUE value IS 152 (59.77% from 255) = 40%

R = 29.47%
G = 30.53%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#707498 (or 0x707498) is known color: Chetwode Blue. HEX triplet: 70, 74 and 98. RGB value is (112,116,152). Sum of RGB (Red+Green+Blue) = 112+116+152=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #707498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707498 is #8F8B67. Grayscale: #767676. Windows color (decimal): -9407336 or 9991280. OLE color: 9991280.

HSL color Cylindrical-coordinate representation of color #707498: hue angle of 234º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707498 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 116 152 -
CMYK 0.26 0.24 0 0.40
HSL 234º 0.16% 0.52% -
HSV(B) 234º 0.26% 0.6% -
XYZ 18.59 18.2 32.24 -
YUV 118.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 112 116 152 0.26 0.24 0 0.40 234 0.16 0.52
Hex 70 74 98 1A 18 0 28 EA 10 34
Octal 160 164 230 32 30 0 50 352 20 64
Binary 1110000 1110100 10011000 11010 11000 0 101000 11101010 10000 110100

Color Harmonies of #707498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707498

Black with #707498

Text Example


Text Example

White with #707498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707498; }

 p { color: rgb(112,116,152); }

 H1.HeaderClassName
 {
   color: #707498;
 }
 .AnyTagClassName
 {
   color: #707498;
 }
</style>

background-color css

<style>
 a { background-color: #707498; }

 a { background-color: rgb(112,116,152); }

 div.DivClassName
 {
   background-color: #707498;
 }
 .BgClassName
 {
   background-color: #707498;
 }
</style>

border-color css

<style>
 span { border-color: #707498; }

 span { border-color: rgb(112,116,152); }

 td.TdClassName
 {
   border-color: #707498;
 }
 .TagClassName
 {
   border-color: #707498;
 }
</style>