Html Css Color HEX #446792 Wedgewood

📋 copy color: '#446792'

red 68 ◦ green 103 ◦ blue 146

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

Shades of Wedgewood #446792

Tints of Wedgewood #446792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 21.45%
G = 32.49%
B = 46.06%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#446792 (or 0x446792) is known color: Wedgewood. HEX triplet: 44, 67 and 92. RGB value is (68,103,146). Sum of RGB (Red+Green+Blue) = 68+103+146=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #446792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446792 is #BB986D. Grayscale: #616161. Windows color (decimal): -12294254 or 9594692. OLE color: 9594692.

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

Color convert

RGB 68 103 146 -
CMYK 0.53 0.29 0 0.43
HSL 213.08º 0.36% 0.42% -
HSV(B) 213.08º 0.53% 0.57% -
XYZ 12.42 13 29.05 -
YUV 97.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 68 103 146 0.53 0.29 0 0.43 213.08 0.36 0.42
Hex 44 67 92 35 1D 0 2B D5 24 2A
Octal 104 147 222 65 35 0 53 325 44 52
Binary 1000100 1100111 10010010 110101 11101 0 101011 11010101 100100 101010

Color Harmonies of #446792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446792

Black with #446792

Text Example


Text Example

White with #446792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446792; }

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

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

background-color css

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

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

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

border-color css

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

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

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