#004662

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

Shades of Prussian Blue #004662

Tints of Prussian Blue #004662

Color information

#004662 (or 0x004662) is unknown color: approx Prussian Blue. HEX triplet: 00, 46 and 62. RGB value is (0,70,98). Sum of RGB (Red+Green+Blue) = 0+70+98=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #004662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004662 is #FFB99D. Grayscale: #343434. Windows color (decimal): -16759198 or 6440448. OLE color: 6440448.

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

Color convert

RGB07098-
CMYK10.2900.62
HSL197.14º100%19.22%-
HSV(B)197.14º100%38.43%-
XYZ4.395.2612.34-
YUV52.26153.8190.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 41.67%
BLUE value IS 98 (38.67% from 255) = 58.33%
R=0%
G=41.67%
B=58.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0709810.2900.62197.1410019.22
Hex04662641D03Ec56413
Octal01061421443507630514423
Binary010001101100010110010011101011111011000101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004662; }

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

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

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

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

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

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

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

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