Html Css Color HEX #446D95 Wedgewood

📋 copy color: '#446D95'

red 68 ◦ green 109 ◦ blue 149

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

Shades of Wedgewood #446D95

Tints of Wedgewood #446D95

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.44%

 BLUE value IS 149 (58.59% from 255) = 45.71%

R = 20.86%
G = 33.44%
B = 45.71%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#446D95 (or 0x446D95) is known color: Wedgewood. HEX triplet: 44, 6D and 95. RGB value is (68,109,149). Sum of RGB (Red+Green+Blue) = 68+109+149=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #446D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446D95 is #BB926A. Grayscale: #656565. Windows color (decimal): -12292715 or 9792836. OLE color: 9792836.

HSL color Cylindrical-coordinate representation of color #446D95: hue angle of 209.63º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #446D95 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 109 149 -
CMYK 0.54 0.27 0 0.42
HSL 209.63º 0.37% 0.43% -
HSV(B) 209.63º 0.54% 0.58% -
XYZ 13.28 14.34 30.5 -
YUV 101.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 68 109 149 0.54 0.27 0 0.42 209.63 0.37 0.43
Hex 44 6D 95 36 1B 0 2A D2 25 2B
Octal 104 155 225 66 33 0 52 322 45 53
Binary 1000100 1101101 10010101 110110 11011 0 101010 11010010 100101 101011

Color Harmonies of #446D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446D95

Black with #446D95

Text Example


Text Example

White with #446D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,109,149); }

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

background-color css

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

 a { background-color: rgb(68,109,149); }

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

border-color css

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

 span { border-color: rgb(68,109,149); }

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