#415F8B

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

Shades of Wedgewood #415F8B

Tints of Wedgewood #415F8B

Color information

#415F8B (or 0x415F8B) is unknown color: approx Wedgewood. HEX triplet: 41, 5F and 8B. RGB value is (65,95,139). Sum of RGB (Red+Green+Blue) = 65+95+139=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #415F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415F8B is #BEA074. Grayscale: #5A5A5A. Windows color (decimal): -12492917 or 9133889. OLE color: 9133889.

HSL color Cylindrical-coordinate representation of color #415F8B: hue angle of 215.68º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #415F8B is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6595139-
CMYK0.530.3200.45
HSL215.68º36.27%40%-
HSV(B)215.68º53.24%54.51%-
XYZ10.9311.1726.01-
YUV91.05155.06109.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.74%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=21.74%
G=31.77%
B=46.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65951390.530.3200.45215.6836.2740
Hex415F8B352002Dd82428
Octal10113721365400553304450
Binary1000001101111110001011110101100000010110111011000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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