#45648B

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

Shades of Wedgewood #45648B

Tints of Wedgewood #45648B

Color information

#45648B (or 0x45648B) is unknown color: approx Wedgewood. HEX triplet: 45, 64 and 8B. RGB value is (69,100,139). Sum of RGB (Red+Green+Blue) = 69+100+139=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #45648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45648B is #BA9B74. Grayscale: #5E5E5E. Windows color (decimal): -12229493 or 9135173. OLE color: 9135173.

HSL color Cylindrical-coordinate representation of color #45648B: hue angle of 213.43º 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 #45648B is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69100139-
CMYK0.500.2800.45
HSL213.43º33.65%40.78%-
HSV(B)213.43º50.36%54.51%-
XYZ11.6712.2426.17-
YUV95.18152.73109.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=22.40%
G=32.47%
B=45.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691001390.500.2800.45213.4333.6540.78
Hex45648B321C02Dd52229
Octal10514421362340553254251
Binary100010111001001000101111001011100010110111010101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45648B; }

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

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

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

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

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

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

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

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