Html Css Color HEX #474F93 Governor Bay

📋 copy color: '#474F93'

red 71 ◦ green 79 ◦ blue 147

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

Shades of Governor Bay #474F93

Tints of Governor Bay #474F93

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.6%

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

R = 23.91%
G = 26.6%
B = 49.49%

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

#474F93 (or 0x474F93) is known color: Governor Bay. HEX triplet: 47, 4F and 93. RGB value is (71,79,147). Sum of RGB (Red+Green+Blue) = 71+79+147=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #474F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474F93 is #B8B06C. Grayscale: #545454. Windows color (decimal): -12103789 or 9654087. OLE color: 9654087.

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

Color convert

RGB 71 79 147 -
CMYK 0.52 0.46 0 0.42
HSL 233.68º 0.35% 0.43% -
HSV(B) 233.68º 0.52% 0.58% -
XYZ 10.66 9.04 28.79 -
YUV 84.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 71 79 147 0.52 0.46 0 0.42 233.68 0.35 0.43
Hex 47 4F 93 34 2E 0 2A EA 23 2B
Octal 107 117 223 64 56 0 52 352 43 53
Binary 1000111 1001111 10010011 110100 101110 0 101010 11101010 100011 101011

Color Harmonies of #474F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F93

Black with #474F93

Text Example


Text Example

White with #474F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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