Html Css Color HEX #456480 Wedgewood

📋 copy color: '#456480'

red 69 ◦ green 100 ◦ blue 128

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

Shades of Wedgewood #456480

Tints of Wedgewood #456480

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 23.23%
G = 33.67%
B = 43.1%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#456480 (or 0x456480) is known color: Wedgewood. HEX triplet: 45, 64 and 80. RGB value is (69,100,128). Sum of RGB (Red+Green+Blue) = 69+100+128=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #456480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456480 is #BA9B7F. Grayscale: #5D5D5D. Windows color (decimal): -12229504 or 8414277. OLE color: 8414277.

HSL color Cylindrical-coordinate representation of color #456480: hue angle of 208.47º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #456480 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 100 128 -
CMYK 0.46 0.22 0 0.50
HSL 208.47º 0.3% 0.39% -
HSV(B) 208.47º 0.46% 0.5% -
XYZ 10.91 11.94 22.15 -
YUV 93.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 69 100 128 0.46 0.22 0 0.50 208.47 0.3 0.39
Hex 45 64 80 2E 16 0 32 D0 1E 27
Octal 105 144 200 56 26 0 62 320 36 47
Binary 1000101 1100100 10000000 101110 10110 0 110010 11010000 11110 100111

Color Harmonies of #456480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456480

Black with #456480

Text Example


Text Example

White with #456480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456480; }

 p { color: rgb(69,100,128); }

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

background-color css

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

 a { background-color: rgb(69,100,128); }

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

border-color css

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

 span { border-color: rgb(69,100,128); }

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