Html Css Color HEX #446B87 Wedgewood

📋 copy color: '#446B87'

red 68 ◦ green 107 ◦ blue 135

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

Shades of Wedgewood #446B87

Tints of Wedgewood #446B87

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.52%

 BLUE value IS 135 (53.13% from 255) = 43.55%

R = 21.94%
G = 34.52%
B = 43.55%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446B87 (or 0x446B87) is known color: Wedgewood. HEX triplet: 44, 6B and 87. RGB value is (68,107,135). Sum of RGB (Red+Green+Blue) = 68+107+135=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #446B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446B87 is #BB9478. Grayscale: #626262. Windows color (decimal): -12293241 or 8874820. OLE color: 8874820.

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

Color convert

RGB 68 107 135 -
CMYK 0.50 0.21 0 0.47
HSL 205.07º 0.33% 0.4% -
HSV(B) 205.07º 0.5% 0.53% -
XYZ 12.01 13.49 24.89 -
YUV 98.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 68 107 135 0.50 0.21 0 0.47 205.07 0.33 0.4
Hex 44 6B 87 32 15 0 2F CD 21 28
Octal 104 153 207 62 25 0 57 315 41 50
Binary 1000100 1101011 10000111 110010 10101 0 101111 11001101 100001 101000

Color Harmonies of #446B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B87

Black with #446B87

Text Example


Text Example

White with #446B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,107,135); }

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

background-color css

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

 a { background-color: rgb(68,107,135); }

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

border-color css

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

 span { border-color: rgb(68,107,135); }

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