#004666

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

Shades of Prussian Blue #004666

Tints of Prussian Blue #004666

Color information

#004666 (or 0x004666) is unknown color: approx Prussian Blue. HEX triplet: 00, 46 and 66. RGB value is (0,70,102). Sum of RGB (Red+Green+Blue) = 0+70+102=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #004666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004666 is #FFB999. Grayscale: #343434. Windows color (decimal): -16759194 or 6702592. OLE color: 6702592.

HSL color Cylindrical-coordinate representation of color #004666: hue angle of 198.82º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004666 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB070102-
CMYK10.3100.6
HSL198.82º100%20%-
HSV(B)198.82º100%40%-
XYZ4.595.3413.36-
YUV52.72155.8190.4-

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) = 40.70%
BLUE value IS 102 (40.23% from 255) = 59.30%
R=0%
G=40.70%
B=59.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal07010210.3100.6198.8210020
Hex04666641F03Cc76414
Octal01061461443707430714424
Binary010001101100110110010011111011110011000111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004666; }

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

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

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

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

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

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

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

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