#042650

Color #042650 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #042650

Tints of Prussian Blue #042650

Color information

#042650 (or 0x042650) is unknown color: approx Prussian Blue. HEX triplet: 04, 26 and 50. RGB value is (4,38,80). Sum of RGB (Red+Green+Blue) = 4+38+80=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #042650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042650 is #FBD9AF. Grayscale: #202020. Windows color (decimal): -16505264 or 5252612. OLE color: 5252612.

HSL color Cylindrical-coordinate representation of color #042650: hue angle of 213.16º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042650 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB43880-
CMYK0.950.5200.69
HSL213.16º90.48%16.47%-
HSV(B)213.16º95%31.37%-
XYZ2.191.997.86-
YUV32.62154.74107.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 80 (31.64% from 255) = 65.57%
R=3.28%
G=31.15%
B=65.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal438800.950.5200.69213.1690.4816.47
Hex426505F34045d55a10
Octal44612013764010532513220
Binary100100110101000010111111101000100010111010101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042650; }

 p { color: rgb(4,38,80); }

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

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

 a { background-color: rgb(4,38,80); }

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

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

 span { border-color: rgb(4,38,80); }

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