#4132B6

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

Shades of Blue Gem #4132B6

Tints of Blue Gem #4132B6

Color information

#4132B6 (or 0x4132B6) is unknown color: approx Blue Gem. HEX triplet: 41, 32 and B6. RGB value is (65,50,182). Sum of RGB (Red+Green+Blue) = 65+50+182=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 182 (71.48% from 255 or 61.28% from 297); Max value from RGB is 182 - color contains mainly: blue. Hex color #4132B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4132B6 is #BECD49. Grayscale: #454545. Windows color (decimal): -12504394 or 11940417. OLE color: 11940417.

HSL color Cylindrical-coordinate representation of color #4132B6: hue angle of 246.82º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4132B6 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6550182-
CMYK0.640.7300.29
HSL246.82º56.9%45.49%-
HSV(B)246.82º72.53%71.37%-
XYZ11.766.7844.95-
YUV69.53191.47124.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 182 (71.48% from 255) = 61.28%
R=21.89%
G=16.84%
B=61.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65501820.640.7300.29246.8256.945.49
Hex4132B6404901Df7392d
Octal101622661001110353677155
Binary1000001110010101101101000000100100101110111110111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4132B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4132B6; }

 p { color: rgb(65,50,182); }

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

<style>
 a { background-color: #4132B6; }

 a { background-color: rgb(65,50,182); }

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

<style>
 span { border-color: #4132B6; }

 span { border-color: rgb(65,50,182); }

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