Html Css Color HEX #456487 Wedgewood

📋 copy color: '#456487'

red 69 ◦ green 100 ◦ blue 135

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

Shades of Wedgewood #456487

Tints of Wedgewood #456487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.41%

R = 22.7%
G = 32.89%
B = 44.41%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#456487 (or 0x456487) is known color: Wedgewood. HEX triplet: 45, 64 and 87. RGB value is (69,100,135). Sum of RGB (Red+Green+Blue) = 69+100+135=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #456487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456487 is #BA9B78. Grayscale: #5E5E5E. Windows color (decimal): -12229497 or 8873029. OLE color: 8873029.

HSL color Cylindrical-coordinate representation of color #456487: hue angle of 211.82º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #456487 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 100 135 -
CMYK 0.49 0.26 0 0.47
HSL 211.82º 0.32% 0.4% -
HSV(B) 211.82º 0.49% 0.53% -
XYZ 11.38 12.13 24.66 -
YUV 94.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 69 100 135 0.49 0.26 0 0.47 211.82 0.32 0.4
Hex 45 64 87 31 1A 0 2F D4 20 28
Octal 105 144 207 61 32 0 57 324 40 50
Binary 1000101 1100100 10000111 110001 11010 0 101111 11010100 100000 101000

Color Harmonies of #456487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456487

Black with #456487

Text Example


Text Example

White with #456487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456487; }

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

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

background-color css

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

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

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

border-color css

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

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

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