Html Css Color HEX #042F93 Smalt

📋 copy color: '#042F93'

red 4 ◦ green 47 ◦ blue 147

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

Shades of Smalt #042F93

Tints of Smalt #042F93

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.74%

 BLUE value IS 147 (57.81% from 255) = 74.24%

R = 2.02%
G = 23.74%
B = 74.24%

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

#042F93 (or 0x042F93) is known color: Smalt. HEX triplet: 04, 2F and 93. RGB value is (4,47,147). Sum of RGB (Red+Green+Blue) = 4+47+147=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #042F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042F93 is #FBD06C. Grayscale: #2D2D2D. Windows color (decimal): -16502893 or 9645828. OLE color: 9645828.

HSL color Cylindrical-coordinate representation of color #042F93: hue angle of 221.96º 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 #042F93 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 47 147 -
CMYK 0.97 0.68 0 0.42
HSL 221.96º 0.95% 0.3% -
HSV(B) 221.96º 0.97% 0.58% -
XYZ 6.33 4.17 28.07 -
YUV 45.54 185.25 98.37 -
System Red Green Blue C M Y K H S L
Decimal 4 47 147 0.97 0.68 0 0.42 221.96 0.95 0.3
Hex 4 2F 93 61 44 0 2A DE 5F 1E
Octal 4 57 223 141 104 0 52 336 137 36
Binary 100 101111 10010011 1100001 1000100 0 101010 11011110 1011111 11110

Color Harmonies of #042F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042F93

Black with #042F93

Text Example


Text Example

White with #042F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,47,147); }

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

background-color css

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

 a { background-color: rgb(4,47,147); }

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

border-color css

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

 span { border-color: rgb(4,47,147); }

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