Html Css Color HEX #4842AB Governor Bay

📋 copy color: '#4842AB'

red 72 ◦ green 66 ◦ blue 171

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

Shades of Governor Bay #4842AB

Tints of Governor Bay #4842AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.36%

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

R = 23.3%
G = 21.36%
B = 55.34%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4842AB (or 0x4842AB) is known color: Governor Bay. HEX triplet: 48, 42 and AB. RGB value is (72,66,171). Sum of RGB (Red+Green+Blue) = 72+66+171=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #4842AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4842AB is #B7BD54. Grayscale: #4F4F4F. Windows color (decimal): -12041557 or 11223624. OLE color: 11223624.

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

Color convert

RGB 72 66 171 -
CMYK 0.58 0.61 0 0.33
HSL 243.43º 0.44% 0.46% -
HSV(B) 243.43º 0.61% 0.67% -
XYZ 11.97 8.21 39.48 -
YUV 79.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 72 66 171 0.58 0.61 0 0.33 243.43 0.44 0.46
Hex 48 42 AB 3A 3D 0 21 F3 2C 2E
Octal 110 102 253 72 75 0 41 363 54 56
Binary 1001000 1000010 10101011 111010 111101 0 100001 11110011 101100 101110

Color Harmonies of #4842AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4842AB

Black with #4842AB

Text Example


Text Example

White with #4842AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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