Html Css Color HEX #474993 Governor Bay

📋 copy color: '#474993'

red 71 ◦ green 73 ◦ blue 147

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

Shades of Governor Bay #474993

Tints of Governor Bay #474993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

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

R = 24.4%
G = 25.09%
B = 50.52%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#474993 (or 0x474993) is known color: Governor Bay. HEX triplet: 47, 49 and 93. RGB value is (71,73,147). Sum of RGB (Red+Green+Blue) = 71+73+147=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #474993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474993 is #B8B66C. Grayscale: #505050. Windows color (decimal): -12105325 or 9652551. OLE color: 9652551.

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

Color convert

RGB 71 73 147 -
CMYK 0.52 0.50 0 0.42
HSL 238.42º 0.35% 0.43% -
HSV(B) 238.42º 0.52% 0.58% -
XYZ 10.25 8.21 28.65 -
YUV 80.84 165.34 120.98 -
System Red Green Blue C M Y K H S L
Decimal 71 73 147 0.52 0.50 0 0.42 238.42 0.35 0.43
Hex 47 49 93 34 32 0 2A EE 23 2B
Octal 107 111 223 64 62 0 52 356 43 53
Binary 1000111 1001001 10010011 110100 110010 0 101010 11101110 100011 101011

Color Harmonies of #474993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474993

Black with #474993

Text Example


Text Example

White with #474993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474993; }

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

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

background-color css

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

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

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

border-color css

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

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

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