#074763

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

Shades of Prussian Blue #074763

Tints of Prussian Blue #074763

Color information

#074763 (or 0x074763) is unknown color: approx Prussian Blue. HEX triplet: 07, 47 and 63. RGB value is (7,71,99). Sum of RGB (Red+Green+Blue) = 7+71+99=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #074763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074763 is #F8B89C. Grayscale: #363636. Windows color (decimal): -16300189 or 6506247. OLE color: 6506247.

HSL color Cylindrical-coordinate representation of color #074763: hue angle of 198.26º 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 #074763 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB77199-
CMYK0.930.2800.61
HSL198.26º86.79%20.78%-
HSV(B)198.26º92.93%38.82%-
XYZ4.595.4512.61-
YUV55.06152.893.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.95%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 99 (39.06% from 255) = 55.93%
R=3.95%
G=40.11%
B=55.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal771990.930.2800.61198.2686.7920.78
Hex747635D1C03Dc65715
Octal71071431353407530612725
Binary11110001111100011101110111100011110111000110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074763; }

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

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

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

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

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

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

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

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