Html Css Color HEX #446B8B Wedgewood

📋 copy color: '#446B8B'

red 68 ◦ green 107 ◦ blue 139

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

Shades of Wedgewood #446B8B

Tints of Wedgewood #446B8B

RGB

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

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

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

R = 21.66%
G = 34.08%
B = 44.27%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#446B8B (or 0x446B8B) is known color: Wedgewood. HEX triplet: 44, 6B and 8B. RGB value is (68,107,139). Sum of RGB (Red+Green+Blue) = 68+107+139=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #446B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446B8B is #BB9474. Grayscale: #626262. Windows color (decimal): -12293237 or 9136964. OLE color: 9136964.

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

Color convert

RGB 68 107 139 -
CMYK 0.51 0.23 0 0.45
HSL 207.04º 0.34% 0.41% -
HSV(B) 207.04º 0.51% 0.55% -
XYZ 12.3 13.61 26.4 -
YUV 98.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 68 107 139 0.51 0.23 0 0.45 207.04 0.34 0.41
Hex 44 6B 8B 33 17 0 2D CF 22 29
Octal 104 153 213 63 27 0 55 317 42 51
Binary 1000100 1101011 10001011 110011 10111 0 101101 11001111 100010 101001

Color Harmonies of #446B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B8B

Black with #446B8B

Text Example


Text Example

White with #446B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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