Html Css Color HEX #446D93 Wedgewood

📋 copy color: '#446D93'

red 68 ◦ green 109 ◦ blue 147

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

Shades of Wedgewood #446D93

Tints of Wedgewood #446D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.37%

R = 20.99%
G = 33.64%
B = 45.37%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#446D93 (or 0x446D93) is known color: Wedgewood. HEX triplet: 44, 6D and 93. RGB value is (68,109,147). Sum of RGB (Red+Green+Blue) = 68+109+147=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #446D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446D93 is #BB926C. Grayscale: #646464. Windows color (decimal): -12292717 or 9661764. OLE color: 9661764.

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

Color convert

RGB 68 109 147 -
CMYK 0.54 0.26 0 0.42
HSL 208.86º 0.37% 0.42% -
HSV(B) 208.86º 0.54% 0.58% -
XYZ 13.12 14.27 29.67 -
YUV 101.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 68 109 147 0.54 0.26 0 0.42 208.86 0.37 0.42
Hex 44 6D 93 36 1A 0 2A D1 25 2A
Octal 104 155 223 66 32 0 52 321 45 52
Binary 1000100 1101101 10010011 110110 11010 0 101010 11010001 100101 101010

Color Harmonies of #446D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446D93

Black with #446D93

Text Example


Text Example

White with #446D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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