Html Css Color HEX #44326F Windsor

📋 copy color: '#44326F'

red 68 ◦ green 50 ◦ blue 111

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

Shades of Windsor #44326F

Tints of Windsor #44326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 111 (43.75% from 255) = 48.47%

R = 29.69%
G = 21.83%
B = 48.47%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#44326F (or 0x44326F) is known color: Windsor. HEX triplet: 44, 32 and 6F. RGB value is (68,50,111). Sum of RGB (Red+Green+Blue) = 68+50+111=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #44326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44326F is #BBCD90. Grayscale: #3E3E3E. Windows color (decimal): -12307857 or 7287364. OLE color: 7287364.

HSL color Cylindrical-coordinate representation of color #44326F: hue angle of 257.7º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44326F is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 50 111 -
CMYK 0.39 0.55 0 0.56
HSL 257.7º 0.38% 0.32% -
HSV(B) 257.7º 0.55% 0.44% -
XYZ 6.39 4.66 15.6 -
YUV 62.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 68 50 111 0.39 0.55 0 0.56 257.7 0.38 0.32
Hex 44 32 6F 27 37 0 38 102 26 20
Octal 104 62 157 47 67 0 70 402 46 40
Binary 1000100 110010 1101111 100111 110111 0 111000 100000010 100110 100000

Color Harmonies of #44326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44326F

Black with #44326F

Text Example


Text Example

White with #44326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44326F; }

 p { color: rgb(68,50,111); }

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

background-color css

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

 a { background-color: rgb(68,50,111); }

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

border-color css

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

 span { border-color: rgb(68,50,111); }

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