Html Css Color HEX #446590 Wedgewood

📋 copy color: '#446590'

red 68 ◦ green 101 ◦ blue 144

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

Shades of Wedgewood #446590

Tints of Wedgewood #446590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.27%

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 21.73%
G = 32.27%
B = 46.01%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#446590 (or 0x446590) is known color: Wedgewood. HEX triplet: 44, 65 and 90. RGB value is (68,101,144). Sum of RGB (Red+Green+Blue) = 68+101+144=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #446590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446590 is #BB9A6F. Grayscale: #5F5F5F. Windows color (decimal): -12294768 or 9463108. OLE color: 9463108.

HSL color Cylindrical-coordinate representation of color #446590: hue angle of 213.95º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #446590 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 101 144 -
CMYK 0.53 0.30 0 0.44
HSL 213.95º 0.36% 0.42% -
HSV(B) 213.95º 0.53% 0.56% -
XYZ 12.07 12.55 28.17 -
YUV 96.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 68 101 144 0.53 0.30 0 0.44 213.95 0.36 0.42
Hex 44 65 90 35 1E 0 2C D6 24 2A
Octal 104 145 220 65 36 0 54 326 44 52
Binary 1000100 1100101 10010000 110101 11110 0 101100 11010110 100100 101010

Color Harmonies of #446590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446590

Black with #446590

Text Example


Text Example

White with #446590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446590; }

 p { color: rgb(68,101,144); }

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

background-color css

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

 a { background-color: rgb(68,101,144); }

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

border-color css

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

 span { border-color: rgb(68,101,144); }

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