Html Css Color HEX #4846AB Governor Bay

📋 copy color: '#4846AB'

red 72 ◦ green 70 ◦ blue 171

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

Shades of Governor Bay #4846AB

Tints of Governor Bay #4846AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.36%

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

R = 23%
G = 22.36%
B = 54.63%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4846AB (or 0x4846AB) is known color: Governor Bay. HEX triplet: 48, 46 and AB. RGB value is (72,70,171). Sum of RGB (Red+Green+Blue) = 72+70+171=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #4846AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4846AB is #B7B954. Grayscale: #515151. Windows color (decimal): -12040533 or 11224648. OLE color: 11224648.

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

Color convert

RGB 72 70 171 -
CMYK 0.58 0.59 0 0.33
HSL 241.19º 0.42% 0.47% -
HSV(B) 241.19º 0.59% 0.67% -
XYZ 12.21 8.7 39.56 -
YUV 82.11 178.16 120.79 -
System Red Green Blue C M Y K H S L
Decimal 72 70 171 0.58 0.59 0 0.33 241.19 0.42 0.47
Hex 48 46 AB 3A 3B 0 21 F1 2A 2F
Octal 110 106 253 72 73 0 41 361 52 57
Binary 1001000 1000110 10101011 111010 111011 0 100001 11110001 101010 101111

Color Harmonies of #4846AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4846AB

Black with #4846AB

Text Example


Text Example

White with #4846AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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