#074863

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

Shades of Prussian Blue #074863

Tints of Prussian Blue #074863

Color information

#074863 (or 0x074863) is unknown color: approx Prussian Blue. HEX triplet: 07, 48 and 63. RGB value is (7,72,99). Sum of RGB (Red+Green+Blue) = 7+72+99=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #074863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074863 is #F8B79C. Grayscale: #373737. Windows color (decimal): -16299933 or 6506503. OLE color: 6506503.

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

Color convert

RGB77299-
CMYK0.930.2700.61
HSL197.61º86.79%20.78%-
HSV(B)197.61º92.93%38.82%-
XYZ4.665.5812.64-
YUV55.64152.4793.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.93%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 99 (39.06% from 255) = 55.62%
R=3.93%
G=40.45%
B=55.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal772990.930.2700.61197.6186.7920.78
Hex748635D1B03Dc65715
Octal71101431353307530612725
Binary11110010001100011101110111011011110111000110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074863; }

 p { color: rgb(7,72,99); }

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

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

 a { background-color: rgb(7,72,99); }

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

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

 span { border-color: rgb(7,72,99); }

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