Html Css Color HEX #4239AD Blue Gem

📋 copy color: '#4239AD'

red 66 ◦ green 57 ◦ blue 173

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

Shades of Blue Gem #4239AD

Tints of Blue Gem #4239AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.45%

R = 22.3%
G = 19.26%
B = 58.45%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4239AD (or 0x4239AD) is known color: Blue Gem. HEX triplet: 42, 39 and AD. RGB value is (66,57,173). Sum of RGB (Red+Green+Blue) = 66+57+173=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #4239AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4239AD is #BDC652. Grayscale: #484848. Windows color (decimal): -12437075 or 11352386. OLE color: 11352386.

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

Color convert

RGB 66 57 173 -
CMYK 0.62 0.67 0 0.32
HSL 244.66º 0.5% 0.45% -
HSV(B) 244.66º 0.67% 0.68% -
XYZ 11.25 7.1 40.31 -
YUV 72.92 184.48 123.07 -
System Red Green Blue C M Y K H S L
Decimal 66 57 173 0.62 0.67 0 0.32 244.66 0.5 0.45
Hex 42 39 AD 3E 43 0 20 F5 32 2D
Octal 102 71 255 76 103 0 40 365 62 55
Binary 1000010 111001 10101101 111110 1000011 0 100000 11110101 110010 101101

Color Harmonies of #4239AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4239AD

Black with #4239AD

Text Example


Text Example

White with #4239AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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