Html Css Color HEX #443073 Windsor

📋 copy color: '#443073'

red 68 ◦ green 48 ◦ blue 115

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

Shades of Windsor #443073

Tints of Windsor #443073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 29.44%
G = 20.78%
B = 49.78%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#443073 (or 0x443073) is known color: Windsor. HEX triplet: 44, 30 and 73. RGB value is (68,48,115). Sum of RGB (Red+Green+Blue) = 68+48+115=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #443073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443073 is #BBCF8C. Grayscale: #3D3D3D. Windows color (decimal): -12308365 or 7548996. OLE color: 7548996.

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

Color convert

RGB 68 48 115 -
CMYK 0.41 0.58 0 0.55
HSL 257.91º 0.41% 0.32% -
HSV(B) 257.91º 0.58% 0.45% -
XYZ 6.54 4.58 16.76 -
YUV 61.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 68 48 115 0.41 0.58 0 0.55 257.91 0.41 0.32
Hex 44 30 73 29 3A 0 37 102 29 20
Octal 104 60 163 51 72 0 67 402 51 40
Binary 1000100 110000 1110011 101001 111010 0 110111 100000010 101001 100000

Color Harmonies of #443073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443073

Black with #443073

Text Example


Text Example

White with #443073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443073; }

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

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

background-color css

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

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

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

border-color css

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

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

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