Html Css Color HEX #043095 Smalt

📋 copy color: '#043095'

red 4 ◦ green 48 ◦ blue 149

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

Shades of Smalt #043095

Tints of Smalt #043095

RGB

 RED value IS 4 (1.95% from 255) = 1.99%

 GREEN value IS 48 (19.14% from 255) = 23.88%

 BLUE value IS 149 (58.59% from 255) = 74.13%

R = 1.99%
G = 23.88%
B = 74.13%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#043095 (or 0x043095) is known color: Smalt. HEX triplet: 04, 30 and 95. RGB value is (4,48,149). Sum of RGB (Red+Green+Blue) = 4+48+149=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #043095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043095 is #FBCF6A. Grayscale: #2D2D2D. Windows color (decimal): -16502635 or 9777156. OLE color: 9777156.

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

Color convert

RGB 4 48 149 -
CMYK 0.97 0.68 0 0.42
HSL 221.79º 0.95% 0.3% -
HSV(B) 221.79º 0.97% 0.58% -
XYZ 6.53 4.31 28.92 -
YUV 46.36 185.92 97.79 -
System Red Green Blue C M Y K H S L
Decimal 4 48 149 0.97 0.68 0 0.42 221.79 0.95 0.3
Hex 4 30 95 61 44 0 2A DE 5F 1E
Octal 4 60 225 141 104 0 52 336 137 36
Binary 100 110000 10010101 1100001 1000100 0 101010 11011110 1011111 11110

Color Harmonies of #043095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043095

Black with #043095

Text Example


Text Example

White with #043095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043095; }

 p { color: rgb(4,48,149); }

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

background-color css

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

 a { background-color: rgb(4,48,149); }

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

border-color css

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

 span { border-color: rgb(4,48,149); }

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