Html Css Color HEX #446F8D Wedgewood

📋 copy color: '#446F8D'

red 68 ◦ green 111 ◦ blue 141

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

Shades of Wedgewood #446F8D

Tints of Wedgewood #446F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.69%

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 21.25%
G = 34.69%
B = 44.06%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#446F8D (or 0x446F8D) is known color: Wedgewood. HEX triplet: 44, 6F and 8D. RGB value is (68,111,141). Sum of RGB (Red+Green+Blue) = 68+111+141=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #446F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F8D is #BB9072. Grayscale: #656565. Windows color (decimal): -12292211 or 9269060. OLE color: 9269060.

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

Color convert

RGB 68 111 141 -
CMYK 0.52 0.21 0 0.45
HSL 204.66º 0.35% 0.41% -
HSV(B) 204.66º 0.52% 0.55% -
XYZ 12.88 14.52 27.32 -
YUV 101.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 68 111 141 0.52 0.21 0 0.45 204.66 0.35 0.41
Hex 44 6F 8D 34 15 0 2D CD 23 29
Octal 104 157 215 64 25 0 55 315 43 51
Binary 1000100 1101111 10001101 110100 10101 0 101101 11001101 100011 101001

Color Harmonies of #446F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F8D

Black with #446F8D

Text Example


Text Example

White with #446F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,111,141); }

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

background-color css

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

 a { background-color: rgb(68,111,141); }

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

border-color css

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

 span { border-color: rgb(68,111,141); }

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