Html Css Color HEX #474D90 Governor Bay

📋 copy color: '#474D90'

red 71 ◦ green 77 ◦ blue 144

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

Shades of Governor Bay #474D90

Tints of Governor Bay #474D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.32%

R = 24.32%
G = 26.37%
B = 49.32%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#474D90 (or 0x474D90) is known color: Governor Bay. HEX triplet: 47, 4D and 90. RGB value is (71,77,144). Sum of RGB (Red+Green+Blue) = 71+77+144=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #474D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474D90 is #B8B26F. Grayscale: #525252. Windows color (decimal): -12104304 or 9456967. OLE color: 9456967.

HSL color Cylindrical-coordinate representation of color #474D90: hue angle of 235.07º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474D90 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 77 144 -
CMYK 0.51 0.47 0 0.44
HSL 235.07º 0.34% 0.42% -
HSV(B) 235.07º 0.51% 0.56% -
XYZ 10.29 8.66 27.52 -
YUV 82.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 71 77 144 0.51 0.47 0 0.44 235.07 0.34 0.42
Hex 47 4D 90 33 2F 0 2C EB 22 2A
Octal 107 115 220 63 57 0 54 353 42 52
Binary 1000111 1001101 10010000 110011 101111 0 101100 11101011 100010 101010

Color Harmonies of #474D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D90

Black with #474D90

Text Example


Text Example

White with #474D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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