Html Css Color HEX #442473 Windsor

📋 copy color: '#442473'

red 68 ◦ green 36 ◦ blue 115

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

Shades of Windsor #442473

Tints of Windsor #442473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.44%

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 31.05%
G = 16.44%
B = 52.51%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#442473 (or 0x442473) is known color: Windsor. HEX triplet: 44, 24 and 73. RGB value is (68,36,115). Sum of RGB (Red+Green+Blue) = 68+36+115=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #442473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442473 is #BBDB8C. Grayscale: #363636. Windows color (decimal): -12311437 or 7545924. OLE color: 7545924.

HSL color Cylindrical-coordinate representation of color #442473: hue angle of 264.3º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442473 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 36 115 -
CMYK 0.41 0.69 0 0.55
HSL 264.3º 0.52% 0.3% -
HSV(B) 264.3º 0.69% 0.45% -
XYZ 6.11 3.73 16.62 -
YUV 54.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 68 36 115 0.41 0.69 0 0.55 264.3 0.52 0.3
Hex 44 24 73 29 45 0 37 108 34 1E
Octal 104 44 163 51 105 0 67 410 64 36
Binary 1000100 100100 1110011 101001 1000101 0 110111 100001000 110100 11110

Color Harmonies of #442473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442473

Black with #442473

Text Example


Text Example

White with #442473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442473; }

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

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

background-color css

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

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

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

border-color css

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

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

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