#004467

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

Shades of Prussian Blue #004467

Tints of Prussian Blue #004467

Color information

#004467 (or 0x004467) is unknown color: approx Prussian Blue. HEX triplet: 00, 44 and 67. RGB value is (0,68,103). Sum of RGB (Red+Green+Blue) = 0+68+103=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #004467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004467 is #FFBB98. Grayscale: #333333. Windows color (decimal): -16759705 or 6767616. OLE color: 6767616.

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

Color convert

RGB068103-
CMYK10.3400.60
HSL200.39º100%20.2%-
HSV(B)200.39º100%40.39%-
XYZ4.525.1113.58-
YUV51.66156.9791.15-

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.77%
BLUE value IS 103 (40.62% from 255) = 60.23%
R=0%
G=39.77%
B=60.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal06810310.3400.60200.3910020.2
Hex04467642203Cc86414
Octal01041471444207431014424
Binary0100010011001111100100100010011110011001000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004467; }

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

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

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

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

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

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

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

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