Html Css Color HEX #4029A6 Blue Gem

📋 copy color: '#4029A6'

red 64 ◦ green 41 ◦ blue 166

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

Shades of Blue Gem #4029A6

Tints of Blue Gem #4029A6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

 BLUE value IS 166 (65.23% from 255) = 61.25%

R = 23.62%
G = 15.13%
B = 61.25%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4029A6 (or 0x4029A6) is known color: Blue Gem. HEX triplet: 40, 29 and A6. RGB value is (64,41,166). Sum of RGB (Red+Green+Blue) = 64+41+166=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 166 (65.23% from 255 or 61.25% from 271); Max value from RGB is 166 - color contains mainly: blue. Hex color #4029A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4029A6 is #BFD659. Grayscale: #3D3D3D. Windows color (decimal): -12572250 or 10889536. OLE color: 10889536.

HSL color Cylindrical-coordinate representation of color #4029A6: hue angle of 251.04º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4029A6 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 41 166 -
CMYK 0.61 0.75 0 0.35
HSL 251.04º 0.6% 0.41% -
HSV(B) 251.04º 0.75% 0.65% -
XYZ 9.79 5.43 36.61 -
YUV 62.13 186.62 129.34 -
System Red Green Blue C M Y K H S L
Decimal 64 41 166 0.61 0.75 0 0.35 251.04 0.6 0.41
Hex 40 29 A6 3D 4B 0 23 FB 3C 29
Octal 100 51 246 75 113 0 43 373 74 51
Binary 1000000 101001 10100110 111101 1001011 0 100011 11111011 111100 101001

Color Harmonies of #4029A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4029A6

Black with #4029A6

Text Example


Text Example

White with #4029A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4029A6; }

 p { color: rgb(64,41,166); }

 H1.HeaderClassName
 {
   color: #4029A6;
 }
 .AnyTagClassName
 {
   color: #4029A6;
 }
</style>

background-color css

<style>
 a { background-color: #4029A6; }

 a { background-color: rgb(64,41,166); }

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

border-color css

<style>
 span { border-color: #4029A6; }

 span { border-color: rgb(64,41,166); }

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