Html Css Color HEX #474EAC Governor Bay

📋 copy color: '#474EAC'

red 71 ◦ green 78 ◦ blue 172

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

Shades of Governor Bay #474EAC

Tints of Governor Bay #474EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.58%

R = 22.12%
G = 24.3%
B = 53.58%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#474EAC (or 0x474EAC) is known color: Governor Bay. HEX triplet: 47, 4E and AC. RGB value is (71,78,172). Sum of RGB (Red+Green+Blue) = 71+78+172=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #474EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474EAC is #B8B153. Grayscale: #565656. Windows color (decimal): -12104020 or 11292231. OLE color: 11292231.

HSL color Cylindrical-coordinate representation of color #474EAC: hue angle of 235.84º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #474EAC is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 78 172 -
CMYK 0.59 0.55 0 0.33
HSL 235.84º 0.42% 0.48% -
HSV(B) 235.84º 0.59% 0.67% -
XYZ 12.77 9.77 40.24 -
YUV 86.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 71 78 172 0.59 0.55 0 0.33 235.84 0.42 0.48
Hex 47 4E AC 3B 37 0 21 EC 2A 30
Octal 107 116 254 73 67 0 41 354 52 60
Binary 1000111 1001110 10101100 111011 110111 0 100001 11101100 101010 110000

Color Harmonies of #474EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474EAC

Black with #474EAC

Text Example


Text Example

White with #474EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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