Html Css Color HEX #4C18EB Han Purple

📋 copy color: '#4C18EB'

red 76 ◦ green 24 ◦ blue 235

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

Shades of Han Purple #4C18EB

Tints of Han Purple #4C18EB

RGB

 RED value IS 76 (30.08% from 255) = 22.69%

 GREEN value IS 24 (9.77% from 255) = 7.16%

 BLUE value IS 235 (92.19% from 255) = 70.15%

R = 22.69%
G = 7.16%
B = 70.15%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4C18EB (or 0x4C18EB) is known color: Han Purple. HEX triplet: 4C, 18 and EB. RGB value is (76,24,235). Sum of RGB (Red+Green+Blue) = 76+24+235=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C18EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C18EB is #B3E714. Grayscale: #3E3E3E. Windows color (decimal): -11790101 or 15407180. OLE color: 15407180.

HSL color Cylindrical-coordinate representation of color #4C18EB: hue angle of 254.79º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C18EB is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 24 235 -
CMYK 0.68 0.90 0 0.08
HSL 254.79º 0.84% 0.51% -
HSV(B) 254.79º 0.9% 0.92% -
XYZ 18.3 8.19 79.21 -
YUV 63.6 224.73 136.84 -
System Red Green Blue C M Y K H S L
Decimal 76 24 235 0.68 0.90 0 0.08 254.79 0.84 0.51
Hex 4C 18 EB 44 5A 0 8 FF 54 33
Octal 114 30 353 104 132 0 10 377 124 63
Binary 1001100 11000 11101011 1000100 1011010 0 1000 11111111 1010100 110011

Color Harmonies of #4C18EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C18EB

Black with #4C18EB

Text Example


Text Example

White with #4C18EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,24,235); }

 H1.HeaderClassName
 {
   color: #4C18EB;
 }
 .AnyTagClassName
 {
   color: #4C18EB;
 }
</style>

background-color css

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

 a { background-color: rgb(76,24,235); }

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

border-color css

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

 span { border-color: rgb(76,24,235); }

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