Html Css Color HEX #442B70 Windsor

📋 copy color: '#442B70'

red 68 ◦ green 43 ◦ blue 112

#442B70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #442B70

Tints of Windsor #442B70

RGB

 RED value IS 68 (26.95% from 255) = 30.49%

 GREEN value IS 43 (17.19% from 255) = 19.28%

 BLUE value IS 112 (44.14% from 255) = 50.22%

R = 30.49%
G = 19.28%
B = 50.22%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#442B70 (or 0x442B70) is known color: Windsor. HEX triplet: 44, 2B and 70. RGB value is (68,43,112). Sum of RGB (Red+Green+Blue) = 68+43+112=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #442B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B70 is #BBD48F. Grayscale: #3A3A3A. Windows color (decimal): -12309648 or 7351108. OLE color: 7351108.

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

Color convert

RGB 68 43 112 -
CMYK 0.39 0.62 0 0.56
HSL 261.74º 0.45% 0.3% -
HSV(B) 261.74º 0.62% 0.44% -
XYZ 6.17 4.13 15.8 -
YUV 58.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 68 43 112 0.39 0.62 0 0.56 261.74 0.45 0.3
Hex 44 2B 70 27 3E 0 38 106 2D 1E
Octal 104 53 160 47 76 0 70 406 55 36
Binary 1000100 101011 1110000 100111 111110 0 111000 100000110 101101 11110

Color Harmonies of #442B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B70

Black with #442B70

Text Example


Text Example

White with #442B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,43,112); }

 H1.HeaderClassName
 {
   color: #442B70;
 }
 .AnyTagClassName
 {
   color: #442B70;
 }
</style>

background-color css

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

 a { background-color: rgb(68,43,112); }

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

border-color css

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

 span { border-color: rgb(68,43,112); }

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