Html Css Color HEX #446F91 Wedgewood

📋 copy color: '#446F91'

red 68 ◦ green 111 ◦ blue 145

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

Shades of Wedgewood #446F91

Tints of Wedgewood #446F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 20.99%
G = 34.26%
B = 44.75%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#446F91 (or 0x446F91) is known color: Wedgewood. HEX triplet: 44, 6F and 91. RGB value is (68,111,145). Sum of RGB (Red+Green+Blue) = 68+111+145=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #446F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F91 is #BB906E. Grayscale: #656565. Windows color (decimal): -12292207 or 9531204. OLE color: 9531204.

HSL color Cylindrical-coordinate representation of color #446F91: hue angle of 206.49º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #446F91 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 111 145 -
CMYK 0.53 0.23 0 0.43
HSL 206.49º 0.36% 0.42% -
HSV(B) 206.49º 0.53% 0.57% -
XYZ 13.18 14.64 28.92 -
YUV 102.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 68 111 145 0.53 0.23 0 0.43 206.49 0.36 0.42
Hex 44 6F 91 35 17 0 2B CE 24 2A
Octal 104 157 221 65 27 0 53 316 44 52
Binary 1000100 1101111 10010001 110101 10111 0 101011 11001110 100100 101010

Color Harmonies of #446F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F91

Black with #446F91

Text Example


Text Example

White with #446F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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