Html Css Color HEX #446188 Wedgewood

📋 copy color: '#446188'

red 68 ◦ green 97 ◦ blue 136

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

Shades of Wedgewood #446188

Tints of Wedgewood #446188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

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

R = 22.59%
G = 32.23%
B = 45.18%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446188 (or 0x446188) is known color: Wedgewood. HEX triplet: 44, 61 and 88. RGB value is (68,97,136). Sum of RGB (Red+Green+Blue) = 68+97+136=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #446188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446188 is #BB9E77. Grayscale: #5C5C5C. Windows color (decimal): -12295800 or 8937796. OLE color: 8937796.

HSL color Cylindrical-coordinate representation of color #446188: hue angle of 214.41º 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 #446188 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 97 136 -
CMYK 0.50 0.29 0 0.47
HSL 214.41º 0.33% 0.4% -
HSV(B) 214.41º 0.5% 0.53% -
XYZ 11.1 11.56 24.94 -
YUV 92.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 68 97 136 0.50 0.29 0 0.47 214.41 0.33 0.4
Hex 44 61 88 32 1D 0 2F D6 21 28
Octal 104 141 210 62 35 0 57 326 41 50
Binary 1000100 1100001 10001000 110010 11101 0 101111 11010110 100001 101000

Color Harmonies of #446188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446188

Black with #446188

Text Example


Text Example

White with #446188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446188; }

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

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

background-color css

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

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

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

border-color css

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

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

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