Html Css Color HEX #4123AB Blue Gem

📋 copy color: '#4123AB'

red 65 ◦ green 35 ◦ blue 171

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

Shades of Blue Gem #4123AB

Tints of Blue Gem #4123AB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.92%

 BLUE value IS 171 (67.19% from 255) = 63.1%

R = 23.99%
G = 12.92%
B = 63.1%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4123AB (or 0x4123AB) is known color: Blue Gem. HEX triplet: 41, 23 and AB. RGB value is (65,35,171). Sum of RGB (Red+Green+Blue) = 65+35+171=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #4123AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4123AB is #BEDC54. Grayscale: #3A3A3A. Windows color (decimal): -12508245 or 11215681. OLE color: 11215681.

HSL color Cylindrical-coordinate representation of color #4123AB: hue angle of 253.24º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4123AB is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 35 171 -
CMYK 0.62 0.80 0 0.33
HSL 253.24º 0.66% 0.4% -
HSV(B) 253.24º 0.8% 0.67% -
XYZ 10.13 5.27 39.01 -
YUV 59.47 190.94 131.94 -
System Red Green Blue C M Y K H S L
Decimal 65 35 171 0.62 0.80 0 0.33 253.24 0.66 0.4
Hex 41 23 AB 3E 50 0 21 FD 42 28
Octal 101 43 253 76 120 0 41 375 102 50
Binary 1000001 100011 10101011 111110 1010000 0 100001 11111101 1000010 101000

Color Harmonies of #4123AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4123AB

Black with #4123AB

Text Example


Text Example

White with #4123AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4123AB; }

 p { color: rgb(65,35,171); }

 H1.HeaderClassName
 {
   color: #4123AB;
 }
 .AnyTagClassName
 {
   color: #4123AB;
 }
</style>

background-color css

<style>
 a { background-color: #4123AB; }

 a { background-color: rgb(65,35,171); }

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

border-color css

<style>
 span { border-color: #4123AB; }

 span { border-color: rgb(65,35,171); }

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