Html Css Color HEX #442E77 Windsor

📋 copy color: '#442E77'

red 68 ◦ green 46 ◦ blue 119

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

Shades of Windsor #442E77

Tints of Windsor #442E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.07%

R = 29.18%
G = 19.74%
B = 51.07%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#442E77 (or 0x442E77) is known color: Windsor. HEX triplet: 44, 2E and 77. RGB value is (68,46,119). Sum of RGB (Red+Green+Blue) = 68+46+119=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #442E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E77 is #BBD188. Grayscale: #3C3C3C. Windows color (decimal): -12308873 or 7810628. OLE color: 7810628.

HSL color Cylindrical-coordinate representation of color #442E77: hue angle of 258.08º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #442E77 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 46 119 -
CMYK 0.43 0.61 0 0.53
HSL 258.08º 0.44% 0.32% -
HSV(B) 258.08º 0.61% 0.47% -
XYZ 6.69 4.51 17.97 -
YUV 60.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 68 46 119 0.43 0.61 0 0.53 258.08 0.44 0.32
Hex 44 2E 77 2B 3D 0 35 102 2C 20
Octal 104 56 167 53 75 0 65 402 54 40
Binary 1000100 101110 1110111 101011 111101 0 110101 100000010 101100 100000

Color Harmonies of #442E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E77

Black with #442E77

Text Example


Text Example

White with #442E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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