Html Css Color HEX #4239AA Blue Gem

📋 copy color: '#4239AA'

red 66 ◦ green 57 ◦ blue 170

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

Shades of Blue Gem #4239AA

Tints of Blue Gem #4239AA

RGB

 RED value IS 66 (26.17% from 255) = 22.53%

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

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

R = 22.53%
G = 19.45%
B = 58.02%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4239AA (or 0x4239AA) is known color: Blue Gem. HEX triplet: 42, 39 and AA. RGB value is (66,57,170). Sum of RGB (Red+Green+Blue) = 66+57+170=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #4239AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4239AA is #BDC655. Grayscale: #484848. Windows color (decimal): -12437078 or 11155778. OLE color: 11155778.

HSL color Cylindrical-coordinate representation of color #4239AA: hue angle of 244.78º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4239AA is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 57 170 -
CMYK 0.61 0.66 0 0.33
HSL 244.78º 0.5% 0.45% -
HSV(B) 244.78º 0.66% 0.67% -
XYZ 10.97 6.99 38.8 -
YUV 72.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 66 57 170 0.61 0.66 0 0.33 244.78 0.5 0.45
Hex 42 39 AA 3D 42 0 21 F5 32 2D
Octal 102 71 252 75 102 0 41 365 62 55
Binary 1000010 111001 10101010 111101 1000010 0 100001 11110101 110010 101101

Color Harmonies of #4239AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4239AA

Black with #4239AA

Text Example


Text Example

White with #4239AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,57,170); }

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

background-color css

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

 a { background-color: rgb(66,57,170); }

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

border-color css

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

 span { border-color: rgb(66,57,170); }

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