#04274F

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

Shades of Prussian Blue #04274F

Tints of Prussian Blue #04274F

Color information

#04274F (or 0x04274F) is unknown color: approx Prussian Blue. HEX triplet: 04, 27 and 4F. RGB value is (4,39,79). Sum of RGB (Red+Green+Blue) = 4+39+79=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #04274F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04274F is #FBD8B0. Grayscale: #202020. Windows color (decimal): -16505009 or 5187332. OLE color: 5187332.

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

Color convert

RGB43979-
CMYK0.950.5100.69
HSL212º90.36%16.27%-
HSV(B)212º94.94%30.98%-
XYZ2.192.047.68-
YUV33.1153.9107.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 79 (31.25% from 255) = 64.75%
R=3.28%
G=31.97%
B=64.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal439790.950.5100.6921290.3616.27
Hex4274F5F33045d45a10
Octal44711713763010532413220
Binary100100111100111110111111100110100010111010100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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