#074460

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

Shades of Prussian Blue #074460

Tints of Prussian Blue #074460

Color information

#074460 (or 0x074460) is unknown color: approx Prussian Blue. HEX triplet: 07, 44 and 60. RGB value is (7,68,96). Sum of RGB (Red+Green+Blue) = 7+68+96=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #074460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074460 is #F8BB9F. Grayscale: #343434. Windows color (decimal): -16300960 or 6308871. OLE color: 6308871.

HSL color Cylindrical-coordinate representation of color #074460: hue angle of 198.88º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074460 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB76896-
CMYK0.930.2900.62
HSL198.88º86.41%20.2%-
HSV(B)198.88º92.71%37.65%-
XYZ4.275.0211.81-
YUV52.95152.2995.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 68 (26.95% from 255) = 39.77%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=4.09%
G=39.77%
B=56.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal768960.930.2900.62198.8886.4120.2
Hex744605D1D03Ec75614
Octal71041401353507630712624
Binary11110001001100000101110111101011111011000111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074460; }

 p { color: rgb(7,68,96); }

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

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

 a { background-color: rgb(7,68,96); }

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

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

 span { border-color: rgb(7,68,96); }

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