Html Css Color HEX #446C91 Wedgewood

📋 copy color: '#446C91'

red 68 ◦ green 108 ◦ blue 145

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

Shades of Wedgewood #446C91

Tints of Wedgewood #446C91

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

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

R = 21.18%
G = 33.64%
B = 45.17%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#446C91 (or 0x446C91) is known color: Wedgewood. HEX triplet: 44, 6C and 91. RGB value is (68,108,145). Sum of RGB (Red+Green+Blue) = 68+108+145=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #446C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C91 is #BB936E. Grayscale: #646464. Windows color (decimal): -12292975 or 9530436. OLE color: 9530436.

HSL color Cylindrical-coordinate representation of color #446C91: hue angle of 208.83º 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 #446C91 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 108 145 -
CMYK 0.53 0.26 0 0.43
HSL 208.83º 0.36% 0.42% -
HSV(B) 208.83º 0.53% 0.57% -
XYZ 12.86 14 28.81 -
YUV 100.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 68 108 145 0.53 0.26 0 0.43 208.83 0.36 0.42
Hex 44 6C 91 35 1A 0 2B D1 24 2A
Octal 104 154 221 65 32 0 53 321 44 52
Binary 1000100 1101100 10010001 110101 11010 0 101011 11010001 100100 101010

Color Harmonies of #446C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C91

Black with #446C91

Text Example


Text Example

White with #446C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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