#465F8A

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

Shades of Wedgewood #465F8A

Tints of Wedgewood #465F8A

Color information

#465F8A (or 0x465F8A) is unknown color: approx Wedgewood. HEX triplet: 46, 5F and 8A. RGB value is (70,95,138). Sum of RGB (Red+Green+Blue) = 70+95+138=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #465F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465F8A is #B9A075. Grayscale: #5C5C5C. Windows color (decimal): -12165238 or 9068358. OLE color: 9068358.

HSL color Cylindrical-coordinate representation of color #465F8A: hue angle of 217.94º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465F8A is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7095138-
CMYK0.490.3100.46
HSL217.94º32.69%40.78%-
HSV(B)217.94º49.28%54.12%-
XYZ11.2111.3225.64-
YUV92.43153.72112-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 95 (37.5% from 255) = 31.35%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=23.10%
G=31.35%
B=45.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70951380.490.3100.46217.9432.6940.78
Hex465F8A311F02Eda2129
Octal10613721261370563324151
Binary100011010111111000101011000111111010111011011010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465F8A; }

 p { color: rgb(70,95,138); }

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

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

 a { background-color: rgb(70,95,138); }

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

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

 span { border-color: rgb(70,95,138); }

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