Html Css Color HEX #474EAA Governor Bay

📋 copy color: '#474EAA'

red 71 ◦ green 78 ◦ blue 170

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

Shades of Governor Bay #474EAA

Tints of Governor Bay #474EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.45%

 BLUE value IS 170 (66.8% from 255) = 53.29%

R = 22.26%
G = 24.45%
B = 53.29%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#474EAA (or 0x474EAA) is known color: Governor Bay. HEX triplet: 47, 4E and AA. RGB value is (71,78,170). Sum of RGB (Red+Green+Blue) = 71+78+170=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #474EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474EAA is #B8B155. Grayscale: #565656. Windows color (decimal): -12104022 or 11161159. OLE color: 11161159.

HSL color Cylindrical-coordinate representation of color #474EAA: hue angle of 235.76º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #474EAA is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 78 170 -
CMYK 0.58 0.54 0 0.33
HSL 235.76º 0.41% 0.47% -
HSV(B) 235.76º 0.58% 0.67% -
XYZ 12.58 9.69 39.24 -
YUV 86.4 175.18 117.02 -
System Red Green Blue C M Y K H S L
Decimal 71 78 170 0.58 0.54 0 0.33 235.76 0.41 0.47
Hex 47 4E AA 3A 36 0 21 EC 29 2F
Octal 107 116 252 72 66 0 41 354 51 57
Binary 1000111 1001110 10101010 111010 110110 0 100001 11101100 101001 101111

Color Harmonies of #474EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474EAA

Black with #474EAA

Text Example


Text Example

White with #474EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,78,170); }

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

background-color css

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

 a { background-color: rgb(71,78,170); }

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

border-color css

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

 span { border-color: rgb(71,78,170); }

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