#425F8B

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

Shades of Wedgewood #425F8B

Tints of Wedgewood #425F8B

Color information

#425F8B (or 0x425F8B) is unknown color: approx Wedgewood. HEX triplet: 42, 5F and 8B. RGB value is (66,95,139). Sum of RGB (Red+Green+Blue) = 66+95+139=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #425F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F8B is #BDA074. Grayscale: #5B5B5B. Windows color (decimal): -12427381 or 9133890. OLE color: 9133890.

HSL color Cylindrical-coordinate representation of color #425F8B: hue angle of 216.16º 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 #425F8B is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6695139-
CMYK0.530.3200.45
HSL216.16º35.61%40.2%-
HSV(B)216.16º52.52%54.51%-
XYZ1111.2126.01-
YUV91.34154.89109.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=22%
G=31.67%
B=46.33%

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
Decimal66951390.530.3200.45216.1635.6140.2
Hex425F8B352002Dd82428
Octal10213721365400553304450
Binary1000010101111110001011110101100000010110111011000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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