Html Css Color HEX #4139AA Blue Gem

📋 copy color: '#4139AA'

red 65 ◦ green 57 ◦ blue 170

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

Shades of Blue Gem #4139AA

Tints of Blue Gem #4139AA

RGB

 RED value IS 65 (25.78% from 255) = 22.26%

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

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

R = 22.26%
G = 19.52%
B = 58.22%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4139AA (or 0x4139AA) is known color: Blue Gem. HEX triplet: 41, 39 and AA. RGB value is (65,57,170). Sum of RGB (Red+Green+Blue) = 65+57+170=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #4139AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4139AA is #BEC655. Grayscale: #474747. Windows color (decimal): -12502614 or 11155777. OLE color: 11155777.

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

Color convert

RGB 65 57 170 -
CMYK 0.62 0.66 0 0.33
HSL 244.25º 0.5% 0.45% -
HSV(B) 244.25º 0.66% 0.67% -
XYZ 10.9 6.95 38.8 -
YUV 72.27 183.15 122.81 -
System Red Green Blue C M Y K H S L
Decimal 65 57 170 0.62 0.66 0 0.33 244.25 0.5 0.45
Hex 41 39 AA 3E 42 0 21 F4 32 2D
Octal 101 71 252 76 102 0 41 364 62 55
Binary 1000001 111001 10101010 111110 1000010 0 100001 11110100 110010 101101

Color Harmonies of #4139AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4139AA

Black with #4139AA

Text Example


Text Example

White with #4139AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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