#04274D

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

Shades of Prussian Blue #04274D

Tints of Prussian Blue #04274D

Color information

#04274D (or 0x04274D) is unknown color: approx Prussian Blue. HEX triplet: 04, 27 and 4D. RGB value is (4,39,77). Sum of RGB (Red+Green+Blue) = 4+39+77=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #04274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04274D is #FBD8B2. Grayscale: #202020. Windows color (decimal): -16505011 or 5056260. OLE color: 5056260.

HSL color Cylindrical-coordinate representation of color #04274D: hue angle of 211.23º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04274D is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB43977-
CMYK0.950.4900.70
HSL211.23º90.12%15.88%-
HSV(B)211.23º94.81%30.2%-
XYZ2.122.017.3-
YUV32.87152.9107.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.33%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 77 (30.47% from 255) = 64.17%
R=3.33%
G=32.5%
B=64.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal439770.950.4900.70211.2390.1215.88
Hex4274D5F31046d35a10
Octal44711513761010632313220
Binary100100111100110110111111100010100011011010011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04274D; }

 p { color: rgb(4,39,77); }

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

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

 a { background-color: rgb(4,39,77); }

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

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

 span { border-color: rgb(4,39,77); }

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