Html Css Color HEX #074463 Prussian Blue

📋 copy color: '#074463'

red 7 ◦ green 68 ◦ blue 99

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

Shades of Prussian Blue #074463

Tints of Prussian Blue #074463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 56.9%

R = 4.02%
G = 39.08%
B = 56.9%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#074463 (or 0x074463) is known color: Prussian Blue. HEX triplet: 07, 44 and 63. RGB value is (7,68,99). Sum of RGB (Red+Green+Blue) = 7+68+99=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #074463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074463 is #F8BB9C. Grayscale: #353535. Windows color (decimal): -16300957 or 6505479. OLE color: 6505479.

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

Color convert

RGB 7 68 99 -
CMYK 0.93 0.31 0 0.61
HSL 200.22º 0.87% 0.21% -
HSV(B) 200.22º 0.93% 0.39% -
XYZ 4.41 5.08 12.55 -
YUV 53.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 7 68 99 0.93 0.31 0 0.61 200.22 0.87 0.21
Hex 7 44 63 5D 1F 0 3D C8 57 15
Octal 7 104 143 135 37 0 75 310 127 25
Binary 111 1000100 1100011 1011101 11111 0 111101 11001000 1010111 10101

Color Harmonies of #074463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074463

Black with #074463

Text Example


Text Example

White with #074463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074463; }

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

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

background-color css

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

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

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

border-color css

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

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

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