Html Css Color HEX #475195 Governor Bay

📋 copy color: '#475195'

red 71 ◦ green 81 ◦ blue 149

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

Shades of Governor Bay #475195

Tints of Governor Bay #475195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

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

R = 23.59%
G = 26.91%
B = 49.5%

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

#475195 (or 0x475195) is known color: Governor Bay. HEX triplet: 47, 51 and 95. RGB value is (71,81,149). Sum of RGB (Red+Green+Blue) = 71+81+149=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #475195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475195 is #B8AE6A. Grayscale: #555555. Windows color (decimal): -12103275 or 9785671. OLE color: 9785671.

HSL color Cylindrical-coordinate representation of color #475195: hue angle of 232.31º 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 #475195 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 81 149 -
CMYK 0.52 0.46 0 0.42
HSL 232.31º 0.35% 0.43% -
HSV(B) 232.31º 0.52% 0.58% -
XYZ 10.97 9.39 29.67 -
YUV 85.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 71 81 149 0.52 0.46 0 0.42 232.31 0.35 0.43
Hex 47 51 95 34 2E 0 2A E8 23 2B
Octal 107 121 225 64 56 0 52 350 43 53
Binary 1000111 1010001 10010101 110100 101110 0 101010 11101000 100011 101011

Color Harmonies of #475195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475195

Black with #475195

Text Example


Text Example

White with #475195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475195; }

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

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

background-color css

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

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

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

border-color css

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

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

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