#074662

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

Shades of Prussian Blue #074662

Tints of Prussian Blue #074662

Color information

#074662 (or 0x074662) is unknown color: approx Prussian Blue. HEX triplet: 07, 46 and 62. RGB value is (7,70,98). Sum of RGB (Red+Green+Blue) = 7+70+98=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #074662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074662 is #F8B99D. Grayscale: #363636. Windows color (decimal): -16300446 or 6440455. OLE color: 6440455.

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

Color convert

RGB77098-
CMYK0.930.2900.62
HSL198.46º86.67%20.59%-
HSV(B)198.46º92.86%38.43%-
XYZ4.485.3112.34-
YUV54.35152.6394.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 98 (38.67% from 255) = 56%
R=4%
G=40%
B=56%

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
Decimal770980.930.2900.62198.4686.6720.59
Hex746625D1D03Ec65715
Octal71061421353507630612725
Binary11110001101100010101110111101011111011000110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074662; }

 p { color: rgb(7,70,98); }

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

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

 a { background-color: rgb(7,70,98); }

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

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

 span { border-color: rgb(7,70,98); }

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