Html Css Color HEX #4039A6 Blue Gem

📋 copy color: '#4039A6'

red 64 ◦ green 57 ◦ blue 166

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

Shades of Blue Gem #4039A6

Tints of Blue Gem #4039A6

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.86%

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

R = 22.3%
G = 19.86%
B = 57.84%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4039A6 (or 0x4039A6) is known color: Blue Gem. HEX triplet: 40, 39 and A6. RGB value is (64,57,166). Sum of RGB (Red+Green+Blue) = 64+57+166=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 166 (65.23% from 255 or 57.84% from 287); Max value from RGB is 166 - color contains mainly: blue. Hex color #4039A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4039A6 is #BFC659. Grayscale: #474747. Windows color (decimal): -12568154 or 10893632. OLE color: 10893632.

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

Color convert

RGB 64 57 166 -
CMYK 0.61 0.66 0 0.35
HSL 243.85º 0.49% 0.44% -
HSV(B) 243.85º 0.66% 0.65% -
XYZ 10.46 6.77 36.83 -
YUV 71.52 181.32 122.64 -
System Red Green Blue C M Y K H S L
Decimal 64 57 166 0.61 0.66 0 0.35 243.85 0.49 0.44
Hex 40 39 A6 3D 42 0 23 F4 31 2C
Octal 100 71 246 75 102 0 43 364 61 54
Binary 1000000 111001 10100110 111101 1000010 0 100011 11110100 110001 101100

Color Harmonies of #4039A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4039A6

Black with #4039A6

Text Example


Text Example

White with #4039A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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