Html Css Color HEX #442874 Windsor

📋 copy color: '#442874'

red 68 ◦ green 40 ◦ blue 116

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

Shades of Windsor #442874

Tints of Windsor #442874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

 BLUE value IS 116 (45.7% from 255) = 51.79%

R = 30.36%
G = 17.86%
B = 51.79%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#442874 (or 0x442874) is known color: Windsor. HEX triplet: 44, 28 and 74. RGB value is (68,40,116). Sum of RGB (Red+Green+Blue) = 68+40+116=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #442874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442874 is #BBD78B. Grayscale: #383838. Windows color (decimal): -12310412 or 7612484. OLE color: 7612484.

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

Color convert

RGB 68 40 116 -
CMYK 0.41 0.66 0 0.55
HSL 262.11º 0.49% 0.31% -
HSV(B) 262.11º 0.66% 0.45% -
XYZ 6.3 4.01 16.96 -
YUV 57.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 68 40 116 0.41 0.66 0 0.55 262.11 0.49 0.31
Hex 44 28 74 29 42 0 37 106 31 1F
Octal 104 50 164 51 102 0 67 406 61 37
Binary 1000100 101000 1110100 101001 1000010 0 110111 100000110 110001 11111

Color Harmonies of #442874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442874

Black with #442874

Text Example


Text Example

White with #442874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442874; }

 p { color: rgb(68,40,116); }

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

background-color css

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

 a { background-color: rgb(68,40,116); }

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

border-color css

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

 span { border-color: rgb(68,40,116); }

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