Html Css Color HEX #475095 Governor Bay

📋 copy color: '#475095'

red 71 ◦ green 80 ◦ blue 149

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

Shades of Governor Bay #475095

Tints of Governor Bay #475095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 23.67%
G = 26.67%
B = 49.67%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#475095 (or 0x475095) is known color: Governor Bay. HEX triplet: 47, 50 and 95. RGB value is (71,80,149). Sum of RGB (Red+Green+Blue) = 71+80+149=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #475095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475095 is #B8AF6A. Grayscale: #545454. Windows color (decimal): -12103531 or 9785415. OLE color: 9785415.

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

Color convert

RGB 71 80 149 -
CMYK 0.52 0.46 0 0.42
HSL 233.08º 0.35% 0.43% -
HSV(B) 233.08º 0.52% 0.58% -
XYZ 10.89 9.25 29.64 -
YUV 85.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 71 80 149 0.52 0.46 0 0.42 233.08 0.35 0.43
Hex 47 50 95 34 2E 0 2A E9 23 2B
Octal 107 120 225 64 56 0 52 351 43 53
Binary 1000111 1010000 10010101 110100 101110 0 101010 11101001 100011 101011

Color Harmonies of #475095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475095

Black with #475095

Text Example


Text Example

White with #475095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475095; }

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

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

background-color css

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

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

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

border-color css

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

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

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