Html Css Color HEX #4855AA Governor Bay

📋 copy color: '#4855AA'

red 72 ◦ green 85 ◦ blue 170

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

Shades of Governor Bay #4855AA

Tints of Governor Bay #4855AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

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

R = 22.02%
G = 25.99%
B = 51.99%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4855AA (or 0x4855AA) is known color: Governor Bay. HEX triplet: 48, 55 and AA. RGB value is (72,85,170). Sum of RGB (Red+Green+Blue) = 72+85+170=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #4855AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4855AA is #B7AA55. Grayscale: #5A5A5A. Windows color (decimal): -12036694 or 11162952. OLE color: 11162952.

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

Color convert

RGB 72 85 170 -
CMYK 0.58 0.50 0 0.33
HSL 232.04º 0.4% 0.47% -
HSV(B) 232.04º 0.58% 0.67% -
XYZ 13.18 10.78 39.42 -
YUV 90.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 72 85 170 0.58 0.50 0 0.33 232.04 0.4 0.47
Hex 48 55 AA 3A 32 0 21 E8 28 2F
Octal 110 125 252 72 62 0 41 350 50 57
Binary 1001000 1010101 10101010 111010 110010 0 100001 11101000 101000 101111

Color Harmonies of #4855AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4855AA

Black with #4855AA

Text Example


Text Example

White with #4855AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,85,170); }

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

background-color css

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

 a { background-color: rgb(72,85,170); }

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

border-color css

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

 span { border-color: rgb(72,85,170); }

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