Html Css Color HEX #4018AA Blue Gem

📋 copy color: '#4018AA'

red 64 ◦ green 24 ◦ blue 170

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

Shades of Blue Gem #4018AA

Tints of Blue Gem #4018AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 65.89%

R = 24.81%
G = 9.3%
B = 65.89%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4018AA (or 0x4018AA) is known color: Blue Gem. HEX triplet: 40, 18 and AA. RGB value is (64,24,170). Sum of RGB (Red+Green+Blue) = 64+24+170=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #4018AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4018AA is #BFE755. Grayscale: #343434. Windows color (decimal): -12576598 or 11147328. OLE color: 11147328.

HSL color Cylindrical-coordinate representation of color #4018AA: hue angle of 256.44º 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 #4018AA is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 24 170 -
CMYK 0.62 0.86 0 0.33
HSL 256.44º 0.75% 0.38% -
HSV(B) 256.44º 0.86% 0.67% -
XYZ 9.7 4.65 38.42 -
YUV 52.6 194.25 136.13 -
System Red Green Blue C M Y K H S L
Decimal 64 24 170 0.62 0.86 0 0.33 256.44 0.75 0.38
Hex 40 18 AA 3E 56 0 21 100 4B 26
Octal 100 30 252 76 126 0 41 400 113 46
Binary 1000000 11000 10101010 111110 1010110 0 100001 100000000 1001011 100110

Color Harmonies of #4018AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4018AA

Black with #4018AA

Text Example


Text Example

White with #4018AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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