Html Css Color HEX #4852AB Governor Bay

📋 copy color: '#4852AB'

red 72 ◦ green 82 ◦ blue 171

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

Shades of Governor Bay #4852AB

Tints of Governor Bay #4852AB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.23%

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

R = 22.15%
G = 25.23%
B = 52.62%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4852AB (or 0x4852AB) is known color: Governor Bay. HEX triplet: 48, 52 and AB. RGB value is (72,82,171). Sum of RGB (Red+Green+Blue) = 72+82+171=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #4852AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4852AB is #B7AD54. Grayscale: #585858. Windows color (decimal): -12037461 or 11227720. OLE color: 11227720.

HSL color Cylindrical-coordinate representation of color #4852AB: hue angle of 233.94º 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 #4852AB is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 82 171 -
CMYK 0.58 0.52 0 0.33
HSL 233.94º 0.41% 0.48% -
HSV(B) 233.94º 0.58% 0.67% -
XYZ 13.04 10.35 39.84 -
YUV 89.16 174.19 115.76 -
System Red Green Blue C M Y K H S L
Decimal 72 82 171 0.58 0.52 0 0.33 233.94 0.41 0.48
Hex 48 52 AB 3A 34 0 21 EA 29 30
Octal 110 122 253 72 64 0 41 352 51 60
Binary 1001000 1010010 10101011 111010 110100 0 100001 11101010 101001 110000

Color Harmonies of #4852AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4852AB

Black with #4852AB

Text Example


Text Example

White with #4852AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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