Html Css Color HEX #475290 Governor Bay

📋 copy color: '#475290'

red 71 ◦ green 82 ◦ blue 144

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

Shades of Governor Bay #475290

Tints of Governor Bay #475290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

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

R = 23.91%
G = 27.61%
B = 48.48%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#475290 (or 0x475290) is known color: Governor Bay. HEX triplet: 47, 52 and 90. RGB value is (71,82,144). Sum of RGB (Red+Green+Blue) = 71+82+144=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #475290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475290 is #B8AD6F. Grayscale: #555555. Windows color (decimal): -12103024 or 9458247. OLE color: 9458247.

HSL color Cylindrical-coordinate representation of color #475290: hue angle of 230.96º 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 #475290 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 82 144 -
CMYK 0.51 0.43 0 0.44
HSL 230.96º 0.34% 0.42% -
HSV(B) 230.96º 0.51% 0.56% -
XYZ 10.65 9.39 27.64 -
YUV 85.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 71 82 144 0.51 0.43 0 0.44 230.96 0.34 0.42
Hex 47 52 90 33 2B 0 2C E7 22 2A
Octal 107 122 220 63 53 0 54 347 42 52
Binary 1000111 1010010 10010000 110011 101011 0 101100 11100111 100010 101010

Color Harmonies of #475290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475290

Black with #475290

Text Example


Text Example

White with #475290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475290; }

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

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

background-color css

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

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

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

border-color css

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

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

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