Html Css Color HEX #475093 Governor Bay

📋 copy color: '#475093'

red 71 ◦ green 80 ◦ blue 147

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

Shades of Governor Bay #475093

Tints of Governor Bay #475093

RGB

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

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

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

R = 23.83%
G = 26.85%
B = 49.33%

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

#475093 (or 0x475093) is known color: Governor Bay. HEX triplet: 47, 50 and 93. RGB value is (71,80,147). Sum of RGB (Red+Green+Blue) = 71+80+147=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #475093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475093 is #B8AF6C. Grayscale: #545454. Windows color (decimal): -12103533 or 9654343. OLE color: 9654343.

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

Color convert

RGB 71 80 147 -
CMYK 0.52 0.46 0 0.42
HSL 232.89º 0.35% 0.43% -
HSV(B) 232.89º 0.52% 0.58% -
XYZ 10.73 9.18 28.81 -
YUV 84.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 71 80 147 0.52 0.46 0 0.42 232.89 0.35 0.43
Hex 47 50 93 34 2E 0 2A E9 23 2B
Octal 107 120 223 64 56 0 52 351 43 53
Binary 1000111 1010000 10010011 110100 101110 0 101010 11101001 100011 101011

Color Harmonies of #475093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475093

Black with #475093

Text Example


Text Example

White with #475093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475093; }

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

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

background-color css

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

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

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

border-color css

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

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

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