Html Css Color HEX #475092 Governor Bay

📋 copy color: '#475092'

red 71 ◦ green 80 ◦ blue 146

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

Shades of Governor Bay #475092

Tints of Governor Bay #475092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

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

R = 23.91%
G = 26.94%
B = 49.16%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#475092 (or 0x475092) is known color: Governor Bay. HEX triplet: 47, 50 and 92. RGB value is (71,80,146). Sum of RGB (Red+Green+Blue) = 71+80+146=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #475092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475092 is #B8AF6D. Grayscale: #545454. Windows color (decimal): -12103534 or 9588807. OLE color: 9588807.

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

Color convert

RGB 71 80 146 -
CMYK 0.51 0.45 0 0.43
HSL 232.8º 0.35% 0.43% -
HSV(B) 232.8º 0.51% 0.57% -
XYZ 10.66 9.15 28.4 -
YUV 84.83 162.52 118.13 -
System Red Green Blue C M Y K H S L
Decimal 71 80 146 0.51 0.45 0 0.43 232.8 0.35 0.43
Hex 47 50 92 33 2D 0 2B E9 23 2B
Octal 107 120 222 63 55 0 53 351 43 53
Binary 1000111 1010000 10010010 110011 101101 0 101011 11101001 100011 101011

Color Harmonies of #475092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475092

Black with #475092

Text Example


Text Example

White with #475092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475092; }

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

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

background-color css

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

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

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

border-color css

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

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

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