Html Css Color HEX #446E96 Wedgewood

📋 copy color: '#446E96'

red 68 ◦ green 110 ◦ blue 150

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

Shades of Wedgewood #446E96

Tints of Wedgewood #446E96

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.54%

 BLUE value IS 150 (58.98% from 255) = 45.73%

R = 20.73%
G = 33.54%
B = 45.73%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#446E96 (or 0x446E96) is known color: Wedgewood. HEX triplet: 44, 6E and 96. RGB value is (68,110,150). Sum of RGB (Red+Green+Blue) = 68+110+150=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #446E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446E96 is #BB9169. Grayscale: #656565. Windows color (decimal): -12292458 or 9858628. OLE color: 9858628.

HSL color Cylindrical-coordinate representation of color #446E96: hue angle of 209.27º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #446E96 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 110 150 -
CMYK 0.55 0.27 0 0.41
HSL 209.27º 0.38% 0.43% -
HSV(B) 209.27º 0.55% 0.59% -
XYZ 13.46 14.58 30.96 -
YUV 102 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 68 110 150 0.55 0.27 0 0.41 209.27 0.38 0.43
Hex 44 6E 96 37 1B 0 29 D1 26 2B
Octal 104 156 226 67 33 0 51 321 46 53
Binary 1000100 1101110 10010110 110111 11011 0 101001 11010001 100110 101011

Color Harmonies of #446E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446E96

Black with #446E96

Text Example


Text Example

White with #446E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446E96; }

 p { color: rgb(68,110,150); }

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

background-color css

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

 a { background-color: rgb(68,110,150); }

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

border-color css

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

 span { border-color: rgb(68,110,150); }

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