Html Css Color HEX #446C90 Wedgewood

📋 copy color: '#446C90'

red 68 ◦ green 108 ◦ blue 144

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

Shades of Wedgewood #446C90

Tints of Wedgewood #446C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45%

R = 21.25%
G = 33.75%
B = 45%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#446C90 (or 0x446C90) is known color: Wedgewood. HEX triplet: 44, 6C and 90. RGB value is (68,108,144). Sum of RGB (Red+Green+Blue) = 68+108+144=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #446C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C90 is #BB936F. Grayscale: #636363. Windows color (decimal): -12292976 or 9464900. OLE color: 9464900.

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

Color convert

RGB 68 108 144 -
CMYK 0.53 0.25 0 0.44
HSL 208.42º 0.36% 0.42% -
HSV(B) 208.42º 0.53% 0.56% -
XYZ 12.78 13.97 28.41 -
YUV 100.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 68 108 144 0.53 0.25 0 0.44 208.42 0.36 0.42
Hex 44 6C 90 35 19 0 2C D0 24 2A
Octal 104 154 220 65 31 0 54 320 44 52
Binary 1000100 1101100 10010000 110101 11001 0 101100 11010000 100100 101010

Color Harmonies of #446C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C90

Black with #446C90

Text Example


Text Example

White with #446C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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