Html Css Color HEX #074460 Prussian Blue

📋 copy color: '#074460'

red 7 ◦ green 68 ◦ blue 96

#074460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #074460

Tints of Prussian Blue #074460

RGB

 RED value IS 7 (3.13% from 255) = 4.09%

 GREEN value IS 68 (26.95% from 255) = 39.77%

 BLUE value IS 96 (37.89% from 255) = 56.14%

R = 4.09%
G = 39.77%
B = 56.14%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#074460 (or 0x074460) is known color: Prussian Blue. HEX triplet: 07, 44 and 60. RGB value is (7,68,96). Sum of RGB (Red+Green+Blue) = 7+68+96=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #074460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074460 is #F8BB9F. Grayscale: #343434. Windows color (decimal): -16300960 or 6308871. OLE color: 6308871.

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

Color convert

RGB 7 68 96 -
CMYK 0.93 0.29 0 0.62
HSL 198.88º 0.86% 0.2% -
HSV(B) 198.88º 0.93% 0.38% -
XYZ 4.27 5.02 11.81 -
YUV 52.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 7 68 96 0.93 0.29 0 0.62 198.88 0.86 0.2
Hex 7 44 60 5D 1D 0 3E C7 56 14
Octal 7 104 140 135 35 0 76 307 126 24
Binary 111 1000100 1100000 1011101 11101 0 111110 11000111 1010110 10100

Color Harmonies of #074460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074460

Black with #074460

Text Example


Text Example

White with #074460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074460; }

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

 H1.HeaderClassName
 {
   color: #074460;
 }
 .AnyTagClassName
 {
   color: #074460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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