#00446C

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

Shades of Prussian Blue #00446C

Tints of Prussian Blue #00446C

Color information

#00446C (or 0x00446C) is unknown color: approx Prussian Blue. HEX triplet: 00, 44 and 6C. RGB value is (0,68,108). Sum of RGB (Red+Green+Blue) = 0+68+108=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #00446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00446C is #FFBB93. Grayscale: #343434. Windows color (decimal): -16759700 or 7095296. OLE color: 7095296.

HSL color Cylindrical-coordinate representation of color #00446C: hue angle of 202.22º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00446C is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB068108-
CMYK10.3700.58
HSL202.22º100%21.18%-
HSV(B)202.22º100%42.35%-
XYZ4.775.2214.94-
YUV52.23159.4790.75-

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) = 38.64%
BLUE value IS 108 (42.58% from 255) = 61.36%
R=0%
G=38.64%
B=61.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal06810810.3700.58202.2210021.18
Hex0446C642503Aca6415
Octal01041541444507231214425
Binary0100010011011001100100100101011101011001010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00446C; }

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

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

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

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

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

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

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

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