Html Css Color HEX #44306C Windsor

📋 copy color: '#44306C'

red 68 ◦ green 48 ◦ blue 108

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

Shades of Windsor #44306C

Tints of Windsor #44306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

 BLUE value IS 108 (42.58% from 255) = 48.21%

R = 30.36%
G = 21.43%
B = 48.21%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44306C (or 0x44306C) is known color: Windsor. HEX triplet: 44, 30 and 6C. RGB value is (68,48,108). Sum of RGB (Red+Green+Blue) = 68+48+108=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #44306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44306C is #BBCF93. Grayscale: #3C3C3C. Windows color (decimal): -12308372 or 7090244. OLE color: 7090244.

HSL color Cylindrical-coordinate representation of color #44306C: hue angle of 260º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44306C is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 48 108 -
CMYK 0.37 0.56 0 0.58
HSL 260º 0.38% 0.31% -
HSV(B) 260º 0.56% 0.42% -
XYZ 6.15 4.43 14.72 -
YUV 60.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 68 48 108 0.37 0.56 0 0.58 260 0.38 0.31
Hex 44 30 6C 25 38 0 3A 104 26 1F
Octal 104 60 154 45 70 0 72 404 46 37
Binary 1000100 110000 1101100 100101 111000 0 111010 100000100 100110 11111

Color Harmonies of #44306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44306C

Black with #44306C

Text Example


Text Example

White with #44306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44306C; }

 p { color: rgb(68,48,108); }

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

background-color css

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

 a { background-color: rgb(68,48,108); }

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

border-color css

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

 span { border-color: rgb(68,48,108); }

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