Html Css Color HEX #4018AB Blue Gem

📋 copy color: '#4018AB'

red 64 ◦ green 24 ◦ blue 171

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

Shades of Blue Gem #4018AB

Tints of Blue Gem #4018AB

RGB

 RED value IS 64 (25.39% from 255) = 24.71%

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

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

R = 24.71%
G = 9.27%
B = 66.02%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4018AB (or 0x4018AB) is known color: Blue Gem. HEX triplet: 40, 18 and AB. RGB value is (64,24,171). Sum of RGB (Red+Green+Blue) = 64+24+171=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #4018AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4018AB is #BFE754. Grayscale: #343434. Windows color (decimal): -12576597 or 11212864. OLE color: 11212864.

HSL color Cylindrical-coordinate representation of color #4018AB: hue angle of 256.33º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4018AB is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 24 171 -
CMYK 0.63 0.86 0 0.33
HSL 256.33º 0.75% 0.38% -
HSV(B) 256.33º 0.86% 0.67% -
XYZ 9.79 4.68 38.92 -
YUV 52.72 194.75 136.05 -
System Red Green Blue C M Y K H S L
Decimal 64 24 171 0.63 0.86 0 0.33 256.33 0.75 0.38
Hex 40 18 AB 3F 56 0 21 100 4B 26
Octal 100 30 253 77 126 0 41 400 113 46
Binary 1000000 11000 10101011 111111 1010110 0 100001 100000000 1001011 100110

Color Harmonies of #4018AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4018AB

Black with #4018AB

Text Example


Text Example

White with #4018AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,24,171); }

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

background-color css

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

 a { background-color: rgb(64,24,171); }

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

border-color css

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

 span { border-color: rgb(64,24,171); }

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