Html Css Color HEX #456380 Wedgewood

📋 copy color: '#456380'

red 69 ◦ green 99 ◦ blue 128

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

Shades of Wedgewood #456380

Tints of Wedgewood #456380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

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

R = 23.31%
G = 33.45%
B = 43.24%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#456380 (or 0x456380) is known color: Wedgewood. HEX triplet: 45, 63 and 80. RGB value is (69,99,128). Sum of RGB (Red+Green+Blue) = 69+99+128=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #456380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456380 is #BA9C7F. Grayscale: #5D5D5D. Windows color (decimal): -12229760 or 8414021. OLE color: 8414021.

HSL color Cylindrical-coordinate representation of color #456380: hue angle of 209.49º 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 #456380 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 99 128 -
CMYK 0.46 0.23 0 0.50
HSL 209.49º 0.3% 0.39% -
HSV(B) 209.49º 0.46% 0.5% -
XYZ 10.81 11.75 22.12 -
YUV 93.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 69 99 128 0.46 0.23 0 0.50 209.49 0.3 0.39
Hex 45 63 80 2E 17 0 32 D1 1E 27
Octal 105 143 200 56 27 0 62 321 36 47
Binary 1000101 1100011 10000000 101110 10111 0 110010 11010001 11110 100111

Color Harmonies of #456380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456380

Black with #456380

Text Example


Text Example

White with #456380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456380; }

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

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

background-color css

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

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

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

border-color css

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

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

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