Html Css Color HEX #474C95 Governor Bay

📋 copy color: '#474C95'

red 71 ◦ green 76 ◦ blue 149

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

Shades of Governor Bay #474C95

Tints of Governor Bay #474C95

RGB

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

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

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

R = 23.99%
G = 25.68%
B = 50.34%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#474C95 (or 0x474C95) is known color: Governor Bay. HEX triplet: 47, 4C and 95. RGB value is (71,76,149). Sum of RGB (Red+Green+Blue) = 71+76+149=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #474C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474C95 is #B8B36A. Grayscale: #525252. Windows color (decimal): -12104555 or 9784391. OLE color: 9784391.

HSL color Cylindrical-coordinate representation of color #474C95: hue angle of 236.15º 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 #474C95 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 76 149 -
CMYK 0.52 0.49 0 0.42
HSL 236.15º 0.35% 0.43% -
HSV(B) 236.15º 0.52% 0.58% -
XYZ 10.61 8.68 29.55 -
YUV 82.83 165.34 119.56 -
System Red Green Blue C M Y K H S L
Decimal 71 76 149 0.52 0.49 0 0.42 236.15 0.35 0.43
Hex 47 4C 95 34 31 0 2A EC 23 2B
Octal 107 114 225 64 61 0 52 354 43 53
Binary 1000111 1001100 10010101 110100 110001 0 101010 11101100 100011 101011

Color Harmonies of #474C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C95

Black with #474C95

Text Example


Text Example

White with #474C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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