#4121AF

Color #4121AF Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4121AF

Tints of Blue Gem #4121AF

Color information

#4121AF (or 0x4121AF) is unknown color: approx Blue Gem. HEX triplet: 41, 21 and AF. RGB value is (65,33,175). Sum of RGB (Red+Green+Blue) = 65+33+175=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #4121AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4121AF is #BEDE50. Grayscale: #3A3A3A. Windows color (decimal): -12508753 or 11477313. OLE color: 11477313.

HSL color Cylindrical-coordinate representation of color #4121AF: hue angle of 253.52º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4121AF is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6533175-
CMYK0.630.8100.31
HSL253.52º68.27%40.78%-
HSV(B)253.52º81.14%68.63%-
XYZ10.465.3141.03-
YUV58.76193.6132.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 33 (13.28% from 255) = 12.09%
BLUE value IS 175 (68.75% from 255) = 64.10%
R=23.81%
G=12.09%
B=64.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65331750.630.8100.31253.5268.2740.78
Hex4121AF3F5101Ffe4429
Octal101412577712103737610451
Binary1000001100001101011111111111010001011111111111101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4121AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4121AF; }

 p { color: rgb(65,33,175); }

 H1.HeaderClassName
 {
   color: #4121AF;
 }
 .AnyTagClassName
 {
   color: #4121AF;
 }
</style>
background-color css

<style>
 a { background-color: #4121AF; }

 a { background-color: rgb(65,33,175); }

 div.DivClassName
 {
   background-color: #4121AF;
 }
 .BgClassName
 {
   background-color: #4121AF;
 }
</style>
border-color css

<style>
 span { border-color: #4121AF; }

 span { border-color: rgb(65,33,175); }

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