Html Css Color HEX #475893 Governor Bay

📋 copy color: '#475893'

red 71 ◦ green 88 ◦ blue 147

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

Shades of Governor Bay #475893

Tints of Governor Bay #475893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.76%

 BLUE value IS 147 (57.81% from 255) = 48.04%

R = 23.2%
G = 28.76%
B = 48.04%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#475893 (or 0x475893) is known color: Governor Bay. HEX triplet: 47, 58 and 93. RGB value is (71,88,147). Sum of RGB (Red+Green+Blue) = 71+88+147=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #475893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475893 is #B8A76C. Grayscale: #595959. Windows color (decimal): -12101485 or 9656391. OLE color: 9656391.

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

Color convert

RGB 71 88 147 -
CMYK 0.52 0.40 0 0.42
HSL 226.58º 0.35% 0.43% -
HSV(B) 226.58º 0.52% 0.58% -
XYZ 11.35 10.43 29.02 -
YUV 89.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 71 88 147 0.52 0.40 0 0.42 226.58 0.35 0.43
Hex 47 58 93 34 28 0 2A E3 23 2B
Octal 107 130 223 64 50 0 52 343 43 53
Binary 1000111 1011000 10010011 110100 101000 0 101010 11100011 100011 101011

Color Harmonies of #475893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475893

Black with #475893

Text Example


Text Example

White with #475893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475893; }

 p { color: rgb(71,88,147); }

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

background-color css

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

 a { background-color: rgb(71,88,147); }

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

border-color css

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

 span { border-color: rgb(71,88,147); }

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