Html Css Color HEX #043498 Smalt

📋 copy color: '#043498'

red 4 ◦ green 52 ◦ blue 152

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

Shades of Smalt #043498

Tints of Smalt #043498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25%

 BLUE value IS 152 (59.77% from 255) = 73.08%

R = 1.92%
G = 25%
B = 73.08%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#043498 (or 0x043498) is known color: Smalt. HEX triplet: 04, 34 and 98. RGB value is (4,52,152). Sum of RGB (Red+Green+Blue) = 4+52+152=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 152 (59.77% from 255 or 73.08% from 208); Max value from RGB is 152 - color contains mainly: blue. Hex color #043498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043498 is #FBCB67. Grayscale: #303030. Windows color (decimal): -16501608 or 9974788. OLE color: 9974788.

HSL color Cylindrical-coordinate representation of color #043498: hue angle of 220.54º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043498 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 52 152 -
CMYK 0.97 0.66 0 0.40
HSL 220.54º 0.95% 0.31% -
HSV(B) 220.54º 0.97% 0.6% -
XYZ 6.95 4.75 30.26 -
YUV 49.05 186.1 95.87 -
System Red Green Blue C M Y K H S L
Decimal 4 52 152 0.97 0.66 0 0.40 220.54 0.95 0.31
Hex 4 34 98 61 42 0 28 DD 5F 1F
Octal 4 64 230 141 102 0 50 335 137 37
Binary 100 110100 10011000 1100001 1000010 0 101000 11011101 1011111 11111

Color Harmonies of #043498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043498

Black with #043498

Text Example


Text Example

White with #043498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043498; }

 p { color: rgb(4,52,152); }

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

background-color css

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

 a { background-color: rgb(4,52,152); }

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

border-color css

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

 span { border-color: rgb(4,52,152); }

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