#004462

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

Shades of Prussian Blue #004462

Tints of Prussian Blue #004462

Color information

#004462 (or 0x004462) is unknown color: approx Prussian Blue. HEX triplet: 00, 44 and 62. RGB value is (0,68,98). Sum of RGB (Red+Green+Blue) = 0+68+98=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #004462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004462 is #FFBB9D. Grayscale: #323232. Windows color (decimal): -16759710 or 6439936. OLE color: 6439936.

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

Color convert

RGB06898-
CMYK10.3100.62
HSL198.37º100%19.22%-
HSV(B)198.37º100%38.43%-
XYZ4.275.0212.3-
YUV51.09154.4791.56-

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) = 40.96%
BLUE value IS 98 (38.67% from 255) = 59.04%
R=0%
G=40.96%
B=59.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0689810.3100.62198.3710019.22
Hex04462641F03Ec66413
Octal01041421443707630614423
Binary010001001100010110010011111011111011000110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004462; }

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

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

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

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

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

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

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

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