Html Css Color HEX #44297E Windsor

📋 copy color: '#44297E'

red 68 ◦ green 41 ◦ blue 126

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

Shades of Windsor #44297E

Tints of Windsor #44297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.45%

 BLUE value IS 126 (49.61% from 255) = 53.62%

R = 28.94%
G = 17.45%
B = 53.62%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44297E (or 0x44297E) is known color: Windsor. HEX triplet: 44, 29 and 7E. RGB value is (68,41,126). Sum of RGB (Red+Green+Blue) = 68+41+126=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #44297E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44297E is #BBD681. Grayscale: #3A3A3A. Windows color (decimal): -12310146 or 8268100. OLE color: 8268100.

HSL color Cylindrical-coordinate representation of color #44297E: hue angle of 259.06º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44297E is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 41 126 -
CMYK 0.46 0.67 0 0.51
HSL 259.06º 0.51% 0.33% -
HSV(B) 259.06º 0.67% 0.49% -
XYZ 6.94 4.32 20.21 -
YUV 58.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 68 41 126 0.46 0.67 0 0.51 259.06 0.51 0.33
Hex 44 29 7E 2E 43 0 33 103 33 21
Octal 104 51 176 56 103 0 63 403 63 41
Binary 1000100 101001 1111110 101110 1000011 0 110011 100000011 110011 100001

Color Harmonies of #44297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44297E

Black with #44297E

Text Example


Text Example

White with #44297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44297E; }

 p { color: rgb(68,41,126); }

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

background-color css

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

 a { background-color: rgb(68,41,126); }

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

border-color css

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

 span { border-color: rgb(68,41,126); }

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