Html Css Color HEX #074296 Smalt

📋 copy color: '#074296'

red 7 ◦ green 66 ◦ blue 150

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

Shades of Smalt #074296

Tints of Smalt #074296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.6%

 BLUE value IS 150 (58.98% from 255) = 67.26%

R = 3.14%
G = 29.6%
B = 67.26%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#074296 (or 0x074296) is known color: Smalt. HEX triplet: 07, 42 and 96. RGB value is (7,66,150). Sum of RGB (Red+Green+Blue) = 7+66+150=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #074296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074296 is #F8BD69. Grayscale: #393939. Windows color (decimal): -16301418 or 9847303. OLE color: 9847303.

HSL color Cylindrical-coordinate representation of color #074296: hue angle of 215.24º 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 #074296 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 66 150 -
CMYK 0.95 0.56 0 0.41
HSL 215.24º 0.91% 0.31% -
HSV(B) 215.24º 0.95% 0.59% -
XYZ 7.54 6.14 29.64 -
YUV 57.94 179.95 91.67 -
System Red Green Blue C M Y K H S L
Decimal 7 66 150 0.95 0.56 0 0.41 215.24 0.91 0.31
Hex 7 42 96 5F 38 0 29 D7 5B 1F
Octal 7 102 226 137 70 0 51 327 133 37
Binary 111 1000010 10010110 1011111 111000 0 101001 11010111 1011011 11111

Color Harmonies of #074296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074296

Black with #074296

Text Example


Text Example

White with #074296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074296; }

 p { color: rgb(7,66,150); }

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

background-color css

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

 a { background-color: rgb(7,66,150); }

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

border-color css

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

 span { border-color: rgb(7,66,150); }

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