Html Css Color HEX #442E73 Windsor

📋 copy color: '#442E73'

red 68 ◦ green 46 ◦ blue 115

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

Shades of Windsor #442E73

Tints of Windsor #442E73

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.09%

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

R = 29.69%
G = 20.09%
B = 50.22%

CMYK

 C value IS 0.41

 M value IS 0.6

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#442E73 (or 0x442E73) is known color: Windsor. HEX triplet: 44, 2E and 73. RGB value is (68,46,115). Sum of RGB (Red+Green+Blue) = 68+46+115=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #442E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E73 is #BBD18C. Grayscale: #3C3C3C. Windows color (decimal): -12308877 or 7548484. OLE color: 7548484.

HSL color Cylindrical-coordinate representation of color #442E73: hue angle of 259.13º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #442E73 is Cyan = 0.41, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 46 115 -
CMYK 0.41 0.6 0 0.55
HSL 259.13º 0.43% 0.32% -
HSV(B) 259.13º 0.6% 0.45% -
XYZ 6.46 4.42 16.73 -
YUV 60.44 158.79 133.39 -
System Red Green Blue C M Y K H S L
Decimal 68 46 115 0.41 0.6 0 0.55 259.13 0.43 0.32
Hex 44 2E 73 29 3C 0 37 103 2B 20
Octal 104 56 163 51 74 0 67 403 53 40
Binary 1000100 101110 1110011 101001 111100 0 110111 100000011 101011 100000

Color Harmonies of #442E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E73

Black with #442E73

Text Example


Text Example

White with #442E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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