Html Css Color HEX #707CB9 Chetwode Blue

📋 copy color: '#707CB9'

red 112 ◦ green 124 ◦ blue 185

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

Shades of Chetwode Blue #707CB9

Tints of Chetwode Blue #707CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.45%

 BLUE value IS 185 (72.66% from 255) = 43.94%

R = 26.6%
G = 29.45%
B = 43.94%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#707CB9 (or 0x707CB9) is known color: Chetwode Blue. HEX triplet: 70, 7C and B9. RGB value is (112,124,185). Sum of RGB (Red+Green+Blue) = 112+124+185=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 185 - color contains mainly: blue. Hex color #707CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CB9 is #8F8346. Grayscale: #7F7F7F. Windows color (decimal): -9405255 or 12156016. OLE color: 12156016.

HSL color Cylindrical-coordinate representation of color #707CB9: hue angle of 230.14º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #707CB9 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 124 185 -
CMYK 0.39 0.33 0 0.27
HSL 230.14º 0.34% 0.58% -
HSV(B) 230.14º 0.39% 0.73% -
XYZ 22.65 21.36 48.83 -
YUV 127.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 112 124 185 0.39 0.33 0 0.27 230.14 0.34 0.58
Hex 70 7C B9 27 21 0 1B E6 22 3A
Octal 160 174 271 47 41 0 33 346 42 72
Binary 1110000 1111100 10111001 100111 100001 0 11011 11100110 100010 111010

Color Harmonies of #707CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CB9

Black with #707CB9

Text Example


Text Example

White with #707CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707CB9; }

 p { color: rgb(112,124,185); }

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

background-color css

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

 a { background-color: rgb(112,124,185); }

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

border-color css

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

 span { border-color: rgb(112,124,185); }

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