Html Css Color HEX #475492 Governor Bay

📋 copy color: '#475492'

red 71 ◦ green 84 ◦ blue 146

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

Shades of Governor Bay #475492

Tints of Governor Bay #475492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.91%

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 23.59%
G = 27.91%
B = 48.5%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#475492 (or 0x475492) is known color: Governor Bay. HEX triplet: 47, 54 and 92. RGB value is (71,84,146). Sum of RGB (Red+Green+Blue) = 71+84+146=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #475492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475492 is #B8AB6D. Grayscale: #565656. Windows color (decimal): -12102510 or 9589831. OLE color: 9589831.

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

Color convert

RGB 71 84 146 -
CMYK 0.51 0.42 0 0.43
HSL 229.6º 0.35% 0.43% -
HSV(B) 229.6º 0.51% 0.57% -
XYZ 10.96 9.76 28.5 -
YUV 87.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 71 84 146 0.51 0.42 0 0.43 229.6 0.35 0.43
Hex 47 54 92 33 2A 0 2B E6 23 2B
Octal 107 124 222 63 52 0 53 346 43 53
Binary 1000111 1010100 10010010 110011 101010 0 101011 11100110 100011 101011

Color Harmonies of #475492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475492

Black with #475492

Text Example


Text Example

White with #475492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475492; }

 p { color: rgb(71,84,146); }

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

background-color css

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

 a { background-color: rgb(71,84,146); }

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

border-color css

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

 span { border-color: rgb(71,84,146); }

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