#074966

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

Shades of Prussian Blue #074966

Tints of Prussian Blue #074966

Color information

#074966 (or 0x074966) is unknown color: approx Prussian Blue. HEX triplet: 07, 49 and 66. RGB value is (7,73,102). Sum of RGB (Red+Green+Blue) = 7+73+102=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #074966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074966 is #F8B699. Grayscale: #383838. Windows color (decimal): -16299674 or 6703367. OLE color: 6703367.

HSL color Cylindrical-coordinate representation of color #074966: hue angle of 198.32º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074966 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB773102-
CMYK0.930.2800.6
HSL198.32º87.16%21.37%-
HSV(B)198.32º93.14%40%-
XYZ4.875.7713.43-
YUV56.57153.6392.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 102 (40.23% from 255) = 56.04%
R=3.85%
G=40.11%
B=56.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7731020.930.2800.6198.3287.1621.37
Hex749665D1C03Cc65715
Octal71111461353407430612725
Binary11110010011100110101110111100011110011000110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074966; }

 p { color: rgb(7,73,102); }

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

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

 a { background-color: rgb(7,73,102); }

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

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

 span { border-color: rgb(7,73,102); }

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