Html Css Color HEX #446890 Wedgewood

📋 copy color: '#446890'

red 68 ◦ green 104 ◦ blue 144

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

Shades of Wedgewood #446890

Tints of Wedgewood #446890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.91%

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

R = 21.52%
G = 32.91%
B = 45.57%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#446890 (or 0x446890) is known color: Wedgewood. HEX triplet: 44, 68 and 90. RGB value is (68,104,144). Sum of RGB (Red+Green+Blue) = 68+104+144=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #446890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446890 is #BB976F. Grayscale: #616161. Windows color (decimal): -12294000 or 9463876. OLE color: 9463876.

HSL color Cylindrical-coordinate representation of color #446890: hue angle of 211.58º 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 #446890 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 104 144 -
CMYK 0.53 0.28 0 0.44
HSL 211.58º 0.36% 0.42% -
HSV(B) 211.58º 0.53% 0.56% -
XYZ 12.37 13.14 28.27 -
YUV 97.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 68 104 144 0.53 0.28 0 0.44 211.58 0.36 0.42
Hex 44 68 90 35 1C 0 2C D4 24 2A
Octal 104 150 220 65 34 0 54 324 44 52
Binary 1000100 1101000 10010000 110101 11100 0 101100 11010100 100100 101010

Color Harmonies of #446890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446890

Black with #446890

Text Example


Text Example

White with #446890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446890; }

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

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

background-color css

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

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

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

border-color css

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

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

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