Html Css Color HEX #074493 Smalt

📋 copy color: '#074493'

red 7 ◦ green 68 ◦ blue 147

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

Shades of Smalt #074493

Tints of Smalt #074493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 66.22%

R = 3.15%
G = 30.63%
B = 66.22%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#074493 (or 0x074493) is known color: Smalt. HEX triplet: 07, 44 and 93. RGB value is (7,68,147). Sum of RGB (Red+Green+Blue) = 7+68+147=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #074493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074493 is #F8BB6C. Grayscale: #3A3A3A. Windows color (decimal): -16300909 or 9651207. OLE color: 9651207.

HSL color Cylindrical-coordinate representation of color #074493: hue angle of 213.86º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074493 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 68 147 -
CMYK 0.95 0.54 0 0.42
HSL 213.86º 0.91% 0.3% -
HSV(B) 213.86º 0.95% 0.58% -
XYZ 7.42 6.29 28.43 -
YUV 58.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 7 68 147 0.95 0.54 0 0.42 213.86 0.91 0.3
Hex 7 44 93 5F 36 0 2A D6 5B 1E
Octal 7 104 223 137 66 0 52 326 133 36
Binary 111 1000100 10010011 1011111 110110 0 101010 11010110 1011011 11110

Color Harmonies of #074493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074493

Black with #074493

Text Example


Text Example

White with #074493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074493; }

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

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

background-color css

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

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

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

border-color css

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

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

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