Html Css Color HEX #043485 Smalt

📋 copy color: '#043485'

red 4 ◦ green 52 ◦ blue 133

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

Shades of Smalt #043485

Tints of Smalt #043485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 70.37%

R = 2.12%
G = 27.51%
B = 70.37%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#043485 (or 0x043485) is known color: Smalt. HEX triplet: 04, 34 and 85. RGB value is (4,52,133). Sum of RGB (Red+Green+Blue) = 4+52+133=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 133 (52.34% from 255 or 70.37% from 189); Max value from RGB is 133 - color contains mainly: blue. Hex color #043485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043485 is #FBCB7A. Grayscale: #2E2E2E. Windows color (decimal): -16501627 or 8729604. OLE color: 8729604.

HSL color Cylindrical-coordinate representation of color #043485: hue angle of 217.67º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043485 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 52 133 -
CMYK 0.97 0.61 0 0.48
HSL 217.67º 0.94% 0.27% -
HSV(B) 217.67º 0.97% 0.52% -
XYZ 5.51 4.18 22.71 -
YUV 46.88 176.6 97.41 -
System Red Green Blue C M Y K H S L
Decimal 4 52 133 0.97 0.61 0 0.48 217.67 0.94 0.27
Hex 4 34 85 61 3D 0 30 DA 5E 1B
Octal 4 64 205 141 75 0 60 332 136 33
Binary 100 110100 10000101 1100001 111101 0 110000 11011010 1011110 11011

Color Harmonies of #043485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043485

Black with #043485

Text Example


Text Example

White with #043485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043485; }

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

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

background-color css

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

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

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

border-color css

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

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

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