Html Css Color HEX #456890 Wedgewood

📋 copy color: '#456890'

red 69 ◦ green 104 ◦ blue 144

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

Shades of Wedgewood #456890

Tints of Wedgewood #456890

RGB

 RED value IS 69 (27.34% from 255) = 21.77%

 GREEN value IS 104 (41.02% from 255) = 32.81%

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 21.77%
G = 32.81%
B = 45.43%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#456890 (or 0x456890) is known color: Wedgewood. HEX triplet: 45, 68 and 90. RGB value is (69,104,144). Sum of RGB (Red+Green+Blue) = 69+104+144=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #456890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456890 is #BA976F. Grayscale: #616161. Windows color (decimal): -12228464 or 9463877. OLE color: 9463877.

HSL color Cylindrical-coordinate representation of color #456890: hue angle of 212º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456890 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 104 144 -
CMYK 0.52 0.28 0 0.44
HSL 212º 0.35% 0.42% -
HSV(B) 212º 0.52% 0.56% -
XYZ 12.44 13.18 28.27 -
YUV 98.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 69 104 144 0.52 0.28 0 0.44 212 0.35 0.42
Hex 45 68 90 34 1C 0 2C D4 23 2A
Octal 105 150 220 64 34 0 54 324 43 52
Binary 1000101 1101000 10010000 110100 11100 0 101100 11010100 100011 101010

Color Harmonies of #456890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456890

Black with #456890

Text Example


Text Example

White with #456890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456890; }

 p { color: rgb(69,104,144); }

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

background-color css

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

 a { background-color: rgb(69,104,144); }

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

border-color css

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

 span { border-color: rgb(69,104,144); }

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