Html Css Color HEX #042D92 Smalt

📋 copy color: '#042D92'

red 4 ◦ green 45 ◦ blue 146

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

Shades of Smalt #042D92

Tints of Smalt #042D92

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.08%

 BLUE value IS 146 (57.42% from 255) = 74.87%

R = 2.05%
G = 23.08%
B = 74.87%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#042D92 (or 0x042D92) is known color: Smalt. HEX triplet: 04, 2D and 92. RGB value is (4,45,146). Sum of RGB (Red+Green+Blue) = 4+45+146=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #042D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042D92 is #FBD26D. Grayscale: #2B2B2B. Windows color (decimal): -16503406 or 9579780. OLE color: 9579780.

HSL color Cylindrical-coordinate representation of color #042D92: hue angle of 222.68º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042D92 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 45 146 -
CMYK 0.97 0.69 0 0.43
HSL 222.68º 0.95% 0.29% -
HSV(B) 222.68º 0.97% 0.57% -
XYZ 6.18 3.98 27.64 -
YUV 44.26 185.42 99.29 -
System Red Green Blue C M Y K H S L
Decimal 4 45 146 0.97 0.69 0 0.43 222.68 0.95 0.29
Hex 4 2D 92 61 45 0 2B DF 5F 1D
Octal 4 55 222 141 105 0 53 337 137 35
Binary 100 101101 10010010 1100001 1000101 0 101011 11011111 1011111 11101

Color Harmonies of #042D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D92

Black with #042D92

Text Example


Text Example

White with #042D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042D92; }

 p { color: rgb(4,45,146); }

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

background-color css

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

 a { background-color: rgb(4,45,146); }

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

border-color css

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

 span { border-color: rgb(4,45,146); }

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