Html Css Color HEX #4139AE Blue Gem

📋 copy color: '#4139AE'

red 65 ◦ green 57 ◦ blue 174

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

Shades of Blue Gem #4139AE

Tints of Blue Gem #4139AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.78%

R = 21.96%
G = 19.26%
B = 58.78%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4139AE (or 0x4139AE) is known color: Blue Gem. HEX triplet: 41, 39 and AE. RGB value is (65,57,174). Sum of RGB (Red+Green+Blue) = 65+57+174=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #4139AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4139AE is #BEC651. Grayscale: #484848. Windows color (decimal): -12502610 or 11417921. OLE color: 11417921.

HSL color Cylindrical-coordinate representation of color #4139AE: hue angle of 244.1º degrees, saturation: 0.51, 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 #4139AE is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 57 174 -
CMYK 0.63 0.67 0 0.32
HSL 244.1º 0.51% 0.45% -
HSV(B) 244.1º 0.67% 0.68% -
XYZ 11.28 7.11 40.82 -
YUV 72.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 65 57 174 0.63 0.67 0 0.32 244.1 0.51 0.45
Hex 41 39 AE 3F 43 0 20 F4 33 2D
Octal 101 71 256 77 103 0 40 364 63 55
Binary 1000001 111001 10101110 111111 1000011 0 100000 11110100 110011 101101

Color Harmonies of #4139AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4139AE

Black with #4139AE

Text Example


Text Example

White with #4139AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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