Html Css Color HEX #446B92 Wedgewood

📋 copy color: '#446B92'

red 68 ◦ green 107 ◦ blue 146

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

Shades of Wedgewood #446B92

Tints of Wedgewood #446B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.48%

R = 21.18%
G = 33.33%
B = 45.48%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#446B92 (or 0x446B92) is known color: Wedgewood. HEX triplet: 44, 6B and 92. RGB value is (68,107,146). Sum of RGB (Red+Green+Blue) = 68+107+146=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #446B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446B92 is #BB946D. Grayscale: #636363. Windows color (decimal): -12293230 or 9595716. OLE color: 9595716.

HSL color Cylindrical-coordinate representation of color #446B92: hue angle of 210º 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 #446B92 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 107 146 -
CMYK 0.53 0.27 0 0.43
HSL 210º 0.36% 0.42% -
HSV(B) 210º 0.53% 0.57% -
XYZ 12.83 13.82 29.19 -
YUV 99.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 68 107 146 0.53 0.27 0 0.43 210 0.36 0.42
Hex 44 6B 92 35 1B 0 2B D2 24 2A
Octal 104 153 222 65 33 0 53 322 44 52
Binary 1000100 1101011 10010010 110101 11011 0 101011 11010010 100100 101010

Color Harmonies of #446B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B92

Black with #446B92

Text Example


Text Example

White with #446B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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