Html Css Color HEX #446D8A Wedgewood

📋 copy color: '#446D8A'

red 68 ◦ green 109 ◦ blue 138

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

Shades of Wedgewood #446D8A

Tints of Wedgewood #446D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.6%

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 21.59%
G = 34.6%
B = 43.81%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#446D8A (or 0x446D8A) is known color: Wedgewood. HEX triplet: 44, 6D and 8A. RGB value is (68,109,138). Sum of RGB (Red+Green+Blue) = 68+109+138=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #446D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446D8A is #BB9275. Grayscale: #636363. Windows color (decimal): -12292726 or 9071940. OLE color: 9071940.

HSL color Cylindrical-coordinate representation of color #446D8A: hue angle of 204.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #446D8A is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 109 138 -
CMYK 0.51 0.21 0 0.46
HSL 204.86º 0.34% 0.4% -
HSV(B) 204.86º 0.51% 0.54% -
XYZ 12.44 14 26.09 -
YUV 100.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 68 109 138 0.51 0.21 0 0.46 204.86 0.34 0.4
Hex 44 6D 8A 33 15 0 2E CD 22 28
Octal 104 155 212 63 25 0 56 315 42 50
Binary 1000100 1101101 10001010 110011 10101 0 101110 11001101 100010 101000

Color Harmonies of #446D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446D8A

Black with #446D8A

Text Example


Text Example

White with #446D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,109,138); }

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

background-color css

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

 a { background-color: rgb(68,109,138); }

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

border-color css

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

 span { border-color: rgb(68,109,138); }

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