Html Css Color HEX #4853AB Governor Bay

📋 copy color: '#4853AB'

red 72 ◦ green 83 ◦ blue 171

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

Shades of Governor Bay #4853AB

Tints of Governor Bay #4853AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

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

R = 22.09%
G = 25.46%
B = 52.45%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4853AB (or 0x4853AB) is known color: Governor Bay. HEX triplet: 48, 53 and AB. RGB value is (72,83,171). Sum of RGB (Red+Green+Blue) = 72+83+171=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #4853AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4853AB is #B7AC54. Grayscale: #595959. Windows color (decimal): -12037205 or 11227976. OLE color: 11227976.

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

Color convert

RGB 72 83 171 -
CMYK 0.58 0.51 0 0.33
HSL 233.33º 0.41% 0.48% -
HSV(B) 233.33º 0.58% 0.67% -
XYZ 13.12 10.5 39.86 -
YUV 89.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 72 83 171 0.58 0.51 0 0.33 233.33 0.41 0.48
Hex 48 53 AB 3A 33 0 21 E9 29 30
Octal 110 123 253 72 63 0 41 351 51 60
Binary 1001000 1010011 10101011 111010 110011 0 100001 11101001 101001 110000

Color Harmonies of #4853AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4853AB

Black with #4853AB

Text Example


Text Example

White with #4853AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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