#074468

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

Shades of Prussian Blue #074468

Tints of Prussian Blue #074468

Color information

#074468 (or 0x074468) is unknown color: approx Prussian Blue. HEX triplet: 07, 44 and 68. RGB value is (7,68,104). Sum of RGB (Red+Green+Blue) = 7+68+104=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #074468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074468 is #F8BB97. Grayscale: #353535. Windows color (decimal): -16300952 or 6833159. OLE color: 6833159.

HSL color Cylindrical-coordinate representation of color #074468: hue angle of 202.27º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074468 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB768104-
CMYK0.930.3500.59
HSL202.27º87.39%21.76%-
HSV(B)202.27º93.27%40.78%-
XYZ4.655.1813.85-
YUV53.86156.2994.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.91%
GREEN value IS 68 (26.95% from 255) = 37.99%
BLUE value IS 104 (41.02% from 255) = 58.10%
R=3.91%
G=37.99%
B=58.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7681040.930.3500.59202.2787.3921.76
Hex744685D2303Bca5716
Octal71041501354307331212726
Binary111100010011010001011101100011011101111001010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074468; }

 p { color: rgb(7,68,104); }

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

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

 a { background-color: rgb(7,68,104); }

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

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

 span { border-color: rgb(7,68,104); }

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