Html Css Color HEX #446D91 Wedgewood

📋 copy color: '#446D91'

red 68 ◦ green 109 ◦ blue 145

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

Shades of Wedgewood #446D91

Tints of Wedgewood #446D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.03%

R = 21.12%
G = 33.85%
B = 45.03%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#446D91 (or 0x446D91) is known color: Wedgewood. HEX triplet: 44, 6D and 91. RGB value is (68,109,145). Sum of RGB (Red+Green+Blue) = 68+109+145=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #446D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446D91 is #BB926E. Grayscale: #646464. Windows color (decimal): -12292719 or 9530692. OLE color: 9530692.

HSL color Cylindrical-coordinate representation of color #446D91: hue angle of 208.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #446D91 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 109 145 -
CMYK 0.53 0.25 0 0.43
HSL 208.05º 0.36% 0.42% -
HSV(B) 208.05º 0.53% 0.57% -
XYZ 12.96 14.21 28.85 -
YUV 100.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 68 109 145 0.53 0.25 0 0.43 208.05 0.36 0.42
Hex 44 6D 91 35 19 0 2B D0 24 2A
Octal 104 155 221 65 31 0 53 320 44 52
Binary 1000100 1101101 10010001 110101 11001 0 101011 11010000 100100 101010

Color Harmonies of #446D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446D91

Black with #446D91

Text Example


Text Example

White with #446D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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