#4441B0

Color #4441B0 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #4441B0

Tints of Rich Blue #4441B0

Color information

#4441B0 (or 0x4441B0) is unknown color: approx Rich Blue. HEX triplet: 44, 41 and B0. RGB value is (68,65,176). Sum of RGB (Red+Green+Blue) = 68+65+176=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 176 (69.14% from 255 or 56.96% from 309); Max value from RGB is 176 - color contains mainly: blue. Hex color #4441B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4441B0 is #BBBE4F. Grayscale: #4E4E4E. Windows color (decimal): -12303952 or 11551044. OLE color: 11551044.

HSL color Cylindrical-coordinate representation of color #4441B0: hue angle of 241.62º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4441B0 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6865176-
CMYK0.610.6300.31
HSL241.62º46.06%47.25%-
HSV(B)241.62º63.07%69.02%-
XYZ12.118.1442.01-
YUV78.55182.99120.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 176 (69.14% from 255) = 56.96%
R=22.01%
G=21.04%
B=56.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68651760.610.6300.31241.6246.0647.25
Hex4441B03D3F01Ff22e2f
Octal10410126075770373625657
Binary100010010000011011000011110111111101111111110010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4441B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4441B0; }

 p { color: rgb(68,65,176); }

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

<style>
 a { background-color: #4441B0; }

 a { background-color: rgb(68,65,176); }

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

<style>
 span { border-color: #4441B0; }

 span { border-color: rgb(68,65,176); }

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