Html Css Color HEX #446E8C Wedgewood

📋 copy color: '#446E8C'

red 68 ◦ green 110 ◦ blue 140

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

Shades of Wedgewood #446E8C

Tints of Wedgewood #446E8C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.59%

 BLUE value IS 140 (55.08% from 255) = 44.03%

R = 21.38%
G = 34.59%
B = 44.03%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#446E8C (or 0x446E8C) is known color: Wedgewood. HEX triplet: 44, 6E and 8C. RGB value is (68,110,140). Sum of RGB (Red+Green+Blue) = 68+110+140=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #446E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446E8C is #BB9173. Grayscale: #646464. Windows color (decimal): -12292468 or 9203268. OLE color: 9203268.

HSL color Cylindrical-coordinate representation of color #446E8C: hue angle of 205º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #446E8C is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 110 140 -
CMYK 0.51 0.21 0 0.45
HSL 205º 0.35% 0.41% -
HSV(B) 205º 0.51% 0.55% -
XYZ 12.69 14.27 26.9 -
YUV 100.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 68 110 140 0.51 0.21 0 0.45 205 0.35 0.41
Hex 44 6E 8C 33 15 0 2D CD 23 29
Octal 104 156 214 63 25 0 55 315 43 51
Binary 1000100 1101110 10001100 110011 10101 0 101101 11001101 100011 101001

Color Harmonies of #446E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446E8C

Black with #446E8C

Text Example


Text Example

White with #446E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,110,140); }

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

background-color css

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

 a { background-color: rgb(68,110,140); }

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

border-color css

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

 span { border-color: rgb(68,110,140); }

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