#004669

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

Shades of Prussian Blue #004669

Tints of Prussian Blue #004669

Color information

#004669 (or 0x004669) is unknown color: approx Prussian Blue. HEX triplet: 00, 46 and 69. RGB value is (0,70,105). Sum of RGB (Red+Green+Blue) = 0+70+105=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #004669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004669 is #FFB996. Grayscale: #343434. Windows color (decimal): -16759191 or 6899200. OLE color: 6899200.

HSL color Cylindrical-coordinate representation of color #004669: hue angle of 200º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004669 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB070105-
CMYK10.3300.59
HSL200º100%20.59%-
HSV(B)200º100%41.18%-
XYZ4.745.414.16-
YUV53.06157.3190.15-

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%
BLUE value IS 105 (41.41% from 255) = 60%
R=0%
G=40%
B=60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal07010510.3300.5920010020.59
Hex04669642103Bc86415
Octal01061511444107331014425
Binary0100011011010011100100100001011101111001000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004669; }

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

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

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

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

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

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

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

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