Html Css Color HEX #474C8E Governor Bay

📋 copy color: '#474C8E'

red 71 ◦ green 76 ◦ blue 142

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

Shades of Governor Bay #474C8E

Tints of Governor Bay #474C8E

RGB

 RED value IS 71 (28.13% from 255) = 24.57%

 GREEN value IS 76 (30.08% from 255) = 26.3%

 BLUE value IS 142 (55.86% from 255) = 49.13%

R = 24.57%
G = 26.3%
B = 49.13%

CMYK

 C value IS 0.5

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#474C8E (or 0x474C8E) is known color: Governor Bay. HEX triplet: 47, 4C and 8E. RGB value is (71,76,142). Sum of RGB (Red+Green+Blue) = 71+76+142=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #474C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474C8E is #B8B371. Grayscale: #515151. Windows color (decimal): -12104562 or 9325639. OLE color: 9325639.

HSL color Cylindrical-coordinate representation of color #474C8E: hue angle of 235.77º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #474C8E is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 76 142 -
CMYK 0.5 0.46 0 0.44
HSL 235.77º 0.33% 0.42% -
HSV(B) 235.77º 0.5% 0.56% -
XYZ 10.07 8.46 26.69 -
YUV 82.03 161.84 120.13 -
System Red Green Blue C M Y K H S L
Decimal 71 76 142 0.5 0.46 0 0.44 235.77 0.33 0.42
Hex 47 4C 8E 32 2E 0 2C EC 21 2A
Octal 107 114 216 62 56 0 54 354 41 52
Binary 1000111 1001100 10001110 110010 101110 0 101100 11101100 100001 101010

Color Harmonies of #474C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C8E

Black with #474C8E

Text Example


Text Example

White with #474C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474C8E; }

 p { color: rgb(71,76,142); }

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

background-color css

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

 a { background-color: rgb(71,76,142); }

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

border-color css

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

 span { border-color: rgb(71,76,142); }

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