Html Css Color HEX #074497 Smalt

📋 copy color: '#074497'

red 7 ◦ green 68 ◦ blue 151

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

Shades of Smalt #074497

Tints of Smalt #074497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 66.81%

R = 3.1%
G = 30.09%
B = 66.81%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#074497 (or 0x074497) is known color: Smalt. HEX triplet: 07, 44 and 97. RGB value is (7,68,151). Sum of RGB (Red+Green+Blue) = 7+68+151=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 151 (59.38% from 255 or 66.81% from 226); Max value from RGB is 151 - color contains mainly: blue. Hex color #074497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074497 is #F8BB68. Grayscale: #3A3A3A. Windows color (decimal): -16300905 or 9913351. OLE color: 9913351.

HSL color Cylindrical-coordinate representation of color #074497: hue angle of 214.58º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074497 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 68 151 -
CMYK 0.95 0.55 0 0.41
HSL 214.58º 0.91% 0.31% -
HSV(B) 214.58º 0.95% 0.59% -
XYZ 7.74 6.41 30.11 -
YUV 59.22 179.79 90.75 -
System Red Green Blue C M Y K H S L
Decimal 7 68 151 0.95 0.55 0 0.41 214.58 0.91 0.31
Hex 7 44 97 5F 37 0 29 D7 5B 1F
Octal 7 104 227 137 67 0 51 327 133 37
Binary 111 1000100 10010111 1011111 110111 0 101001 11010111 1011011 11111

Color Harmonies of #074497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074497

Black with #074497

Text Example


Text Example

White with #074497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074497; }

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

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

background-color css

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

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

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

border-color css

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

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

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