Html Css Color HEX #474C97 Governor Bay

📋 copy color: '#474C97'

red 71 ◦ green 76 ◦ blue 151

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

Shades of Governor Bay #474C97

Tints of Governor Bay #474C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.67%

R = 23.83%
G = 25.5%
B = 50.67%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#474C97 (or 0x474C97) is known color: Governor Bay. HEX triplet: 47, 4C and 97. RGB value is (71,76,151). Sum of RGB (Red+Green+Blue) = 71+76+151=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #474C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474C97 is #B8B368. Grayscale: #525252. Windows color (decimal): -12104553 or 9915463. OLE color: 9915463.

HSL color Cylindrical-coordinate representation of color #474C97: hue angle of 236.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #474C97 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 76 151 -
CMYK 0.53 0.50 0 0.41
HSL 236.25º 0.36% 0.44% -
HSV(B) 236.25º 0.53% 0.59% -
XYZ 10.77 8.74 30.4 -
YUV 83.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 71 76 151 0.53 0.50 0 0.41 236.25 0.36 0.44
Hex 47 4C 97 35 32 0 29 EC 24 2C
Octal 107 114 227 65 62 0 51 354 44 54
Binary 1000111 1001100 10010111 110101 110010 0 101001 11101100 100100 101100

Color Harmonies of #474C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C97

Black with #474C97

Text Example


Text Example

White with #474C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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