Html Css Color HEX #4951AA Governor Bay

📋 copy color: '#4951AA'

red 73 ◦ green 81 ◦ blue 170

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

Shades of Governor Bay #4951AA

Tints of Governor Bay #4951AA

RGB

 RED value IS 73 (28.91% from 255) = 22.53%

 GREEN value IS 81 (32.03% from 255) = 25%

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 22.53%
G = 25%
B = 52.47%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4951AA (or 0x4951AA) is known color: Governor Bay. HEX triplet: 49, 51 and AA. RGB value is (73,81,170). Sum of RGB (Red+Green+Blue) = 73+81+170=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #4951AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4951AA is #B6AE55. Grayscale: #585858. Windows color (decimal): -11972182 or 11161929. OLE color: 11161929.

HSL color Cylindrical-coordinate representation of color #4951AA: hue angle of 235.05º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4951AA is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 81 170 -
CMYK 0.57 0.52 0 0.33
HSL 235.05º 0.4% 0.48% -
HSV(B) 235.05º 0.57% 0.67% -
XYZ 12.95 10.2 39.32 -
YUV 88.75 173.85 116.76 -
System Red Green Blue C M Y K H S L
Decimal 73 81 170 0.57 0.52 0 0.33 235.05 0.4 0.48
Hex 49 51 AA 39 34 0 21 EB 28 30
Octal 111 121 252 71 64 0 41 353 50 60
Binary 1001001 1010001 10101010 111001 110100 0 100001 11101011 101000 110000

Color Harmonies of #4951AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4951AA

Black with #4951AA

Text Example


Text Example

White with #4951AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4951AA; }

 p { color: rgb(73,81,170); }

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

background-color css

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

 a { background-color: rgb(73,81,170); }

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

border-color css

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

 span { border-color: rgb(73,81,170); }

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