#442675

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

Shades of Windsor #442675

Tints of Windsor #442675

Color information

#442675 (or 0x442675) is unknown color: approx Windsor. HEX triplet: 44, 26 and 75. RGB value is (68,38,117). Sum of RGB (Red+Green+Blue) = 68+38+117=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #442675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442675 is #BBD98A. Grayscale: #373737. Windows color (decimal): -12310923 or 7677508. OLE color: 7677508.

HSL color Cylindrical-coordinate representation of color #442675: hue angle of 262.78º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442675 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6838117-
CMYK0.420.6800.54
HSL262.78º50.97%30.39%-
HSV(B)262.78º67.52%45.88%-
XYZ6.293.917.25-
YUV55.98162.44136.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=30.49%
G=17.04%
B=52.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68381170.420.6800.54262.7850.9730.39
Hex4426752A44036107331e
Octal10446165521040664076336
Binary100010010011011101011010101000100011011010000011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442675; }

 p { color: rgb(68,38,117); }

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

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

 a { background-color: rgb(68,38,117); }

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

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

 span { border-color: rgb(68,38,117); }

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