#442467

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

Shades of Blue Diamond #442467

Tints of Blue Diamond #442467

Color information

#442467 (or 0x442467) is unknown color: approx Blue Diamond. HEX triplet: 44, 24 and 67. RGB value is (68,36,103). Sum of RGB (Red+Green+Blue) = 68+36+103=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #442467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442467 is #BBDB98. Grayscale: #343434. Windows color (decimal): -12311449 or 6759492. OLE color: 6759492.

HSL color Cylindrical-coordinate representation of color #442467: hue angle of 268.66º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #442467 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6836103-
CMYK0.340.6500.60
HSL268.66º48.2%27.25%-
HSV(B)268.66º65.05%40.39%-
XYZ5.463.4713.21-
YUV53.21156.1138.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.85%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 103 (40.62% from 255) = 49.76%
R=32.85%
G=17.39%
B=49.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68361030.340.6500.60268.6648.227.25
Hex442467224103C10d301b
Octal10444147421010744156033
Binary100010010010011001111000101000001011110010000110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442467; }

 p { color: rgb(68,36,103); }

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

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

 a { background-color: rgb(68,36,103); }

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

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

 span { border-color: rgb(68,36,103); }

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