Html Css Color HEX #4850AB Governor Bay

📋 copy color: '#4850AB'

red 72 ◦ green 80 ◦ blue 171

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

Shades of Governor Bay #4850AB

Tints of Governor Bay #4850AB

RGB

 RED value IS 72 (28.52% from 255) = 22.29%

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

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 22.29%
G = 24.77%
B = 52.94%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4850AB (or 0x4850AB) is known color: Governor Bay. HEX triplet: 48, 50 and AB. RGB value is (72,80,171). Sum of RGB (Red+Green+Blue) = 72+80+171=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #4850AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4850AB is #B7AF54. Grayscale: #575757. Windows color (decimal): -12037973 or 11227208. OLE color: 11227208.

HSL color Cylindrical-coordinate representation of color #4850AB: hue angle of 235.15º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4850AB is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 80 171 -
CMYK 0.58 0.53 0 0.33
HSL 235.15º 0.41% 0.48% -
HSV(B) 235.15º 0.58% 0.67% -
XYZ 12.89 10.06 39.79 -
YUV 87.98 174.85 116.6 -
System Red Green Blue C M Y K H S L
Decimal 72 80 171 0.58 0.53 0 0.33 235.15 0.41 0.48
Hex 48 50 AB 3A 35 0 21 EB 29 30
Octal 110 120 253 72 65 0 41 353 51 60
Binary 1001000 1010000 10101011 111010 110101 0 100001 11101011 101001 110000

Color Harmonies of #4850AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4850AB

Black with #4850AB

Text Example


Text Example

White with #4850AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4850AB; }

 p { color: rgb(72,80,171); }

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

background-color css

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

 a { background-color: rgb(72,80,171); }

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

border-color css

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

 span { border-color: rgb(72,80,171); }

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