#074462

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

Shades of Prussian Blue #074462

Tints of Prussian Blue #074462

Color information

#074462 (or 0x074462) is unknown color: approx Prussian Blue. HEX triplet: 07, 44 and 62. RGB value is (7,68,98). Sum of RGB (Red+Green+Blue) = 7+68+98=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #074462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074462 is #F8BB9D. Grayscale: #353535. Windows color (decimal): -16300958 or 6439943. OLE color: 6439943.

HSL color Cylindrical-coordinate representation of color #074462: hue angle of 199.78º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074462 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB76898-
CMYK0.930.3100.62
HSL199.78º86.67%20.59%-
HSV(B)199.78º92.86%38.43%-
XYZ4.365.0612.3-
YUV53.18153.2995.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.05%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 98 (38.67% from 255) = 56.65%
R=4.05%
G=39.31%
B=56.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal768980.930.3100.62199.7886.6720.59
Hex744625D1F03Ec85715
Octal71041421353707631012725
Binary11110001001100010101110111111011111011001000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074462; }

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

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

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

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

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

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

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

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