#442F6C

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

Shades of Windsor #442F6C

Tints of Windsor #442F6C

Color information

#442F6C (or 0x442F6C) is unknown color: approx Windsor. HEX triplet: 44, 2F and 6C. RGB value is (68,47,108). Sum of RGB (Red+Green+Blue) = 68+47+108=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #442F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F6C is #BBD093. Grayscale: #3C3C3C. Windows color (decimal): -12308628 or 7089988. OLE color: 7089988.

HSL color Cylindrical-coordinate representation of color #442F6C: hue angle of 260.66º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #442F6C is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6847108-
CMYK0.370.5600.58
HSL260.66º39.35%30.39%-
HSV(B)260.66º56.48%42.35%-
XYZ6.114.3414.7-
YUV60.23154.96133.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 108 (42.58% from 255) = 48.43%
R=30.49%
G=21.08%
B=48.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68471080.370.5600.58260.6639.3530.39
Hex442F6C253803A105271e
Octal1045715445700724054736
Binary10001001011111101100100101111000011101010000010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442F6C; }

 p { color: rgb(68,47,108); }

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

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

 a { background-color: rgb(68,47,108); }

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

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

 span { border-color: rgb(68,47,108); }

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