Html Css Color HEX #474D95 Governor Bay

📋 copy color: '#474D95'

red 71 ◦ green 77 ◦ blue 149

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

Shades of Governor Bay #474D95

Tints of Governor Bay #474D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.93%

 BLUE value IS 149 (58.59% from 255) = 50.17%

R = 23.91%
G = 25.93%
B = 50.17%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#474D95 (or 0x474D95) is known color: Governor Bay. HEX triplet: 47, 4D and 95. RGB value is (71,77,149). Sum of RGB (Red+Green+Blue) = 71+77+149=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #474D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474D95 is #B8B26A. Grayscale: #535353. Windows color (decimal): -12104299 or 9784647. OLE color: 9784647.

HSL color Cylindrical-coordinate representation of color #474D95: hue angle of 235.38º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #474D95 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 77 149 -
CMYK 0.52 0.48 0 0.42
HSL 235.38º 0.35% 0.43% -
HSV(B) 235.38º 0.52% 0.58% -
XYZ 10.68 8.82 29.57 -
YUV 83.41 165.01 119.15 -
System Red Green Blue C M Y K H S L
Decimal 71 77 149 0.52 0.48 0 0.42 235.38 0.35 0.43
Hex 47 4D 95 34 30 0 2A EB 23 2B
Octal 107 115 225 64 60 0 52 353 43 53
Binary 1000111 1001101 10010101 110100 110000 0 101010 11101011 100011 101011

Color Harmonies of #474D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D95

Black with #474D95

Text Example


Text Example

White with #474D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,77,149); }

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

background-color css

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

 a { background-color: rgb(71,77,149); }

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

border-color css

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

 span { border-color: rgb(71,77,149); }

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