Html Css Color HEX #474A8E Governor Bay

📋 copy color: '#474A8E'

red 71 ◦ green 74 ◦ blue 142

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

Shades of Governor Bay #474A8E

Tints of Governor Bay #474A8E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.78%

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

R = 24.74%
G = 25.78%
B = 49.48%

CMYK

 C value IS 0.5

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#474A8E (or 0x474A8E) is known color: Governor Bay. HEX triplet: 47, 4A and 8E. RGB value is (71,74,142). Sum of RGB (Red+Green+Blue) = 71+74+142=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #474A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474A8E is #B8B571. Grayscale: #505050. Windows color (decimal): -12105074 or 9325127. OLE color: 9325127.

HSL color Cylindrical-coordinate representation of color #474A8E: hue angle of 237.46º 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 #474A8E is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 74 142 -
CMYK 0.5 0.48 0 0.44
HSL 237.46º 0.33% 0.42% -
HSV(B) 237.46º 0.5% 0.56% -
XYZ 9.93 8.19 26.65 -
YUV 80.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 71 74 142 0.5 0.48 0 0.44 237.46 0.33 0.42
Hex 47 4A 8E 32 30 0 2C ED 21 2A
Octal 107 112 216 62 60 0 54 355 41 52
Binary 1000111 1001010 10001110 110010 110000 0 101100 11101101 100001 101010

Color Harmonies of #474A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A8E

Black with #474A8E

Text Example


Text Example

White with #474A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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