#004469

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

Shades of Prussian Blue #004469

Tints of Prussian Blue #004469

Color information

#004469 (or 0x004469) is unknown color: approx Prussian Blue. HEX triplet: 00, 44 and 69. RGB value is (0,68,105). Sum of RGB (Red+Green+Blue) = 0+68+105=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #004469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004469 is #FFBB96. Grayscale: #333333. Windows color (decimal): -16759703 or 6898688. OLE color: 6898688.

HSL color Cylindrical-coordinate representation of color #004469: hue angle of 201.14º 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 #004469 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB068105-
CMYK10.3500.59
HSL201.14º100%20.59%-
HSV(B)201.14º100%41.18%-
XYZ4.625.1514.12-
YUV51.89157.9790.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 105 (41.41% from 255) = 60.69%
R=0%
G=39.31%
B=60.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal06810510.3500.59201.1410020.59
Hex04469642303Bc96415
Octal01041511444307331114425
Binary0100010011010011100100100011011101111001001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004469; }

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

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

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

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

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

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

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

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