Html Css Color HEX #4136AD Blue Gem

📋 copy color: '#4136AD'

red 65 ◦ green 54 ◦ blue 173

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

Shades of Blue Gem #4136AD

Tints of Blue Gem #4136AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

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

R = 22.26%
G = 18.49%
B = 59.25%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4136AD (or 0x4136AD) is known color: Blue Gem. HEX triplet: 41, 36 and AD. RGB value is (65,54,173). Sum of RGB (Red+Green+Blue) = 65+54+173=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #4136AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4136AD is #BEC952. Grayscale: #464646. Windows color (decimal): -12503379 or 11351617. OLE color: 11351617.

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

Color convert

RGB 65 54 173 -
CMYK 0.62 0.69 0 0.32
HSL 245.55º 0.52% 0.45% -
HSV(B) 245.55º 0.69% 0.68% -
XYZ 11.04 6.78 40.26 -
YUV 70.86 185.64 123.82 -
System Red Green Blue C M Y K H S L
Decimal 65 54 173 0.62 0.69 0 0.32 245.55 0.52 0.45
Hex 41 36 AD 3E 45 0 20 F6 34 2D
Octal 101 66 255 76 105 0 40 366 64 55
Binary 1000001 110110 10101101 111110 1000101 0 100000 11110110 110100 101101

Color Harmonies of #4136AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4136AD

Black with #4136AD

Text Example


Text Example

White with #4136AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,54,173); }

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

background-color css

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

 a { background-color: rgb(65,54,173); }

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

border-color css

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

 span { border-color: rgb(65,54,173); }

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