#456088

Color #456088 Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #456088

Tints of Wedgewood #456088

Color information

#456088 (or 0x456088) is unknown color: approx Wedgewood. HEX triplet: 45, 60 and 88. RGB value is (69,96,136). Sum of RGB (Red+Green+Blue) = 69+96+136=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #456088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456088 is #BA9F77. Grayscale: #5C5C5C. Windows color (decimal): -12230520 or 8937541. OLE color: 8937541.

HSL color Cylindrical-coordinate representation of color #456088: hue angle of 215.82º degrees, saturation: 0.33, 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 #456088 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6996136-
CMYK0.490.2900.47
HSL215.82º32.68%40.2%-
HSV(B)215.82º49.26%53.33%-
XYZ11.0811.4124.91-
YUV92.49152.55111.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 136 (53.52% from 255) = 45.18%
R=22.92%
G=31.89%
B=45.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69961360.490.2900.47215.8232.6840.2
Hex456088311D02Fd82128
Octal10514021061350573304150
Binary100010111000001000100011000111101010111111011000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456088; }

 p { color: rgb(69,96,136); }

 H1.HeaderClassName
 {
   color: #456088;
 }
 .AnyTagClassName
 {
   color: #456088;
 }
</style>
background-color css

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

 a { background-color: rgb(69,96,136); }

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

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

 span { border-color: rgb(69,96,136); }

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