Html Css Color HEX #042F99 Smalt

📋 copy color: '#042F99'

red 4 ◦ green 47 ◦ blue 153

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

Shades of Smalt #042F99

Tints of Smalt #042F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 75%

R = 1.96%
G = 23.04%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#042F99 (or 0x042F99) is known color: Smalt. HEX triplet: 04, 2F and 99. RGB value is (4,47,153). Sum of RGB (Red+Green+Blue) = 4+47+153=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #042F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042F99 is #FBD066. Grayscale: #2D2D2D. Windows color (decimal): -16502887 or 10039044. OLE color: 10039044.

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

Color convert

RGB 4 47 153 -
CMYK 0.97 0.69 0 0.4
HSL 222.68º 0.95% 0.31% -
HSV(B) 222.68º 0.97% 0.6% -
XYZ 6.82 4.36 30.62 -
YUV 46.23 188.25 97.88 -
System Red Green Blue C M Y K H S L
Decimal 4 47 153 0.97 0.69 0 0.4 222.68 0.95 0.31
Hex 4 2F 99 61 45 0 28 DF 5F 1F
Octal 4 57 231 141 105 0 50 337 137 37
Binary 100 101111 10011001 1100001 1000101 0 101000 11011111 1011111 11111

Color Harmonies of #042F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042F99

Black with #042F99

Text Example


Text Example

White with #042F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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