#455F88

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

Shades of Wedgewood #455F88

Tints of Wedgewood #455F88

Color information

#455F88 (or 0x455F88) is unknown color: approx Wedgewood. HEX triplet: 45, 5F and 88. RGB value is (69,95,136). Sum of RGB (Red+Green+Blue) = 69+95+136=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #455F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455F88 is #BAA077. Grayscale: #5B5B5B. Windows color (decimal): -12230776 or 8937285. OLE color: 8937285.

HSL color Cylindrical-coordinate representation of color #455F88: hue angle of 216.72º 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 #455F88 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6995136-
CMYK0.490.3000.47
HSL216.72º32.68%40.2%-
HSV(B)216.72º49.26%53.33%-
XYZ10.9911.2324.88-
YUV91.9152.89111.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 136 (53.52% from 255) = 45.33%
R=23%
G=31.67%
B=45.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69951360.490.3000.47216.7232.6840.2
Hex455F88311E02Fd92128
Octal10513721061360573314150
Binary100010110111111000100011000111110010111111011001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455F88; }

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

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

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

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

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

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

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

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