Html Css Color HEX #475394 Governor Bay

📋 copy color: '#475394'

red 71 ◦ green 83 ◦ blue 148

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

Shades of Governor Bay #475394

Tints of Governor Bay #475394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 23.51%
G = 27.48%
B = 49.01%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#475394 (or 0x475394) is known color: Governor Bay. HEX triplet: 47, 53 and 94. RGB value is (71,83,148). Sum of RGB (Red+Green+Blue) = 71+83+148=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #475394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475394 is #B8AC6B. Grayscale: #565656. Windows color (decimal): -12102764 or 9720647. OLE color: 9720647.

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

Color convert

RGB 71 83 148 -
CMYK 0.52 0.44 0 0.42
HSL 230.65º 0.35% 0.43% -
HSV(B) 230.65º 0.52% 0.58% -
XYZ 11.04 9.66 29.3 -
YUV 86.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 71 83 148 0.52 0.44 0 0.42 230.65 0.35 0.43
Hex 47 53 94 34 2C 0 2A E7 23 2B
Octal 107 123 224 64 54 0 52 347 43 53
Binary 1000111 1010011 10010100 110100 101100 0 101010 11100111 100011 101011

Color Harmonies of #475394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475394

Black with #475394

Text Example


Text Example

White with #475394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475394; }

 p { color: rgb(71,83,148); }

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

background-color css

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

 a { background-color: rgb(71,83,148); }

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

border-color css

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

 span { border-color: rgb(71,83,148); }

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