#004461

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

Shades of Prussian Blue #004461

Tints of Prussian Blue #004461

Color information

#004461 (or 0x004461) is unknown color: approx Prussian Blue. HEX triplet: 00, 44 and 61. RGB value is (0,68,97). Sum of RGB (Red+Green+Blue) = 0+68+97=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #004461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004461 is #FFBB9E. Grayscale: #323232. Windows color (decimal): -16759711 or 6374400. OLE color: 6374400.

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

Color convert

RGB06897-
CMYK10.3000.62
HSL197.94º100%19.02%-
HSV(B)197.94º100%38.04%-
XYZ4.22512.05-
YUV50.97153.9791.64-

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) = 41.21%
BLUE value IS 97 (38.28% from 255) = 58.79%
R=0%
G=41.21%
B=58.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0689710.3000.62197.9410019.02
Hex04461641E03Ec66413
Octal01041411443607630614423
Binary010001001100001110010011110011111011000110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004461; }

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

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

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

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

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

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

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

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