#455F8B

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

Shades of Wedgewood #455F8B

Tints of Wedgewood #455F8B

Color information

#455F8B (or 0x455F8B) is unknown color: approx Wedgewood. HEX triplet: 45, 5F and 8B. RGB value is (69,95,139). Sum of RGB (Red+Green+Blue) = 69+95+139=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #455F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455F8B is #BAA074. Grayscale: #5C5C5C. Windows color (decimal): -12230773 or 9133893. OLE color: 9133893.

HSL color Cylindrical-coordinate representation of color #455F8B: hue angle of 217.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #455F8B is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6995139-
CMYK0.500.3200.45
HSL217.71º33.65%40.78%-
HSV(B)217.71º50.36%54.51%-
XYZ11.2111.3126.02-
YUV92.24154.39111.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 95 (37.5% from 255) = 31.35%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=22.77%
G=31.35%
B=45.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69951390.500.3200.45217.7133.6540.78
Hex455F8B322002Dda2229
Octal10513721362400553324251
Binary1000101101111110001011110010100000010110111011010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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