Html Css Color HEX #446E8B Wedgewood

📋 copy color: '#446E8B'

red 68 ◦ green 110 ◦ blue 139

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

Shades of Wedgewood #446E8B

Tints of Wedgewood #446E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 21.45%
G = 34.7%
B = 43.85%

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

#446E8B (or 0x446E8B) is known color: Wedgewood. HEX triplet: 44, 6E and 8B. RGB value is (68,110,139). Sum of RGB (Red+Green+Blue) = 68+110+139=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #446E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446E8B is #BB9174. Grayscale: #646464. Windows color (decimal): -12292469 or 9137732. OLE color: 9137732.

HSL color Cylindrical-coordinate representation of color #446E8B: hue angle of 204.51º degrees, saturation: 0.34, 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 #446E8B is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 110 139 -
CMYK 0.51 0.21 0 0.45
HSL 204.51º 0.34% 0.41% -
HSV(B) 204.51º 0.51% 0.55% -
XYZ 12.62 14.24 26.51 -
YUV 100.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 68 110 139 0.51 0.21 0 0.45 204.51 0.34 0.41
Hex 44 6E 8B 33 15 0 2D CD 22 29
Octal 104 156 213 63 25 0 55 315 42 51
Binary 1000100 1101110 10001011 110011 10101 0 101101 11001101 100010 101001

Color Harmonies of #446E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446E8B

Black with #446E8B

Text Example


Text Example

White with #446E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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