#4C08DB

Color #4C08DB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4C08DB

Tints of Han Purple #4C08DB

Color information

#4C08DB (or 0x4C08DB) is unknown color: approx Han Purple. HEX triplet: 4C, 08 and DB. RGB value is (76,8,219). Sum of RGB (Red+Green+Blue) = 76+8+219=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C08DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C08DB is #B3F724. Grayscale: #333333. Windows color (decimal): -11794213 or 14354508. OLE color: 14354508.

HSL color Cylindrical-coordinate representation of color #4C08DB: hue angle of 259.34º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C08DB is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB768219-
CMYK0.650.9600.14
HSL259.34º92.95%44.51%-
HSV(B)259.34º96.35%85.88%-
XYZ15.856.8267.5-
YUV52.39222.03144.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.08%
GREEN value IS 8 (3.52% from 255) = 2.64%
BLUE value IS 219 (85.94% from 255) = 72.28%
R=25.08%
G=2.64%
B=72.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal7682190.650.9600.14259.3492.9544.51
Hex4C8DB41600E1035d2d
Octal1141033310114001640313555
Binary100110010001101101110000011100000011101000000111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C08DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C08DB; }

 p { color: rgb(76,8,219); }

 H1.HeaderClassName
 {
   color: #4C08DB;
 }
 .AnyTagClassName
 {
   color: #4C08DB;
 }
</style>
background-color css

<style>
 a { background-color: #4C08DB; }

 a { background-color: rgb(76,8,219); }

 div.DivClassName
 {
   background-color: #4C08DB;
 }
 .BgClassName
 {
   background-color: #4C08DB;
 }
</style>
border-color css

<style>
 span { border-color: #4C08DB; }

 span { border-color: rgb(76,8,219); }

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