Html Css Color HEX #042694 Smalt

📋 copy color: '#042694'

red 4 ◦ green 38 ◦ blue 148

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

Shades of Smalt #042694

Tints of Smalt #042694

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20%

 BLUE value IS 148 (58.2% from 255) = 77.89%

R = 2.11%
G = 20%
B = 77.89%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#042694 (or 0x042694) is known color: Smalt. HEX triplet: 04, 26 and 94. RGB value is (4,38,148). Sum of RGB (Red+Green+Blue) = 4+38+148=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #042694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042694 is #FBD96B. Grayscale: #272727. Windows color (decimal): -16505196 or 9709060. OLE color: 9709060.

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

Color convert

RGB 4 38 148 -
CMYK 0.97 0.74 0 0.42
HSL 225.83º 0.95% 0.3% -
HSV(B) 225.83º 0.97% 0.58% -
XYZ 6.09 3.55 28.38 -
YUV 40.37 188.74 102.06 -
System Red Green Blue C M Y K H S L
Decimal 4 38 148 0.97 0.74 0 0.42 225.83 0.95 0.3
Hex 4 26 94 61 4A 0 2A E2 5F 1E
Octal 4 46 224 141 112 0 52 342 137 36
Binary 100 100110 10010100 1100001 1001010 0 101010 11100010 1011111 11110

Color Harmonies of #042694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042694

Black with #042694

Text Example


Text Example

White with #042694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042694; }

 p { color: rgb(4,38,148); }

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

background-color css

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

 a { background-color: rgb(4,38,148); }

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

border-color css

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

 span { border-color: rgb(4,38,148); }

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