Html Css Color HEX #446388 Wedgewood

📋 copy color: '#446388'

red 68 ◦ green 99 ◦ blue 136

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

Shades of Wedgewood #446388

Tints of Wedgewood #446388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

 BLUE value IS 136 (53.52% from 255) = 44.88%

R = 22.44%
G = 32.67%
B = 44.88%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446388 (or 0x446388) is known color: Wedgewood. HEX triplet: 44, 63 and 88. RGB value is (68,99,136). Sum of RGB (Red+Green+Blue) = 68+99+136=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #446388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446388 is #BB9C77. Grayscale: #5D5D5D. Windows color (decimal): -12295288 or 8938308. OLE color: 8938308.

HSL color Cylindrical-coordinate representation of color #446388: hue angle of 212.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #446388 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 99 136 -
CMYK 0.50 0.27 0 0.47
HSL 212.65º 0.33% 0.4% -
HSV(B) 212.65º 0.5% 0.53% -
XYZ 11.29 11.93 25 -
YUV 93.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 68 99 136 0.50 0.27 0 0.47 212.65 0.33 0.4
Hex 44 63 88 32 1B 0 2F D5 21 28
Octal 104 143 210 62 33 0 57 325 41 50
Binary 1000100 1100011 10001000 110010 11011 0 101111 11010101 100001 101000

Color Harmonies of #446388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446388

Black with #446388

Text Example


Text Example

White with #446388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446388; }

 p { color: rgb(68,99,136); }

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

background-color css

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

 a { background-color: rgb(68,99,136); }

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

border-color css

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

 span { border-color: rgb(68,99,136); }

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