Html Css Color HEX #042697 Smalt

📋 copy color: '#042697'

red 4 ◦ green 38 ◦ blue 151

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

Shades of Smalt #042697

Tints of Smalt #042697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 78.24%

R = 2.07%
G = 19.69%
B = 78.24%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#042697 (or 0x042697) is known color: Smalt. HEX triplet: 04, 26 and 97. RGB value is (4,38,151). Sum of RGB (Red+Green+Blue) = 4+38+151=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 151 (59.38% from 255 or 78.24% from 193); Max value from RGB is 151 - color contains mainly: blue. Hex color #042697 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042697 is #FBD968. Grayscale: #282828. Windows color (decimal): -16505193 or 9905668. OLE color: 9905668.

HSL color Cylindrical-coordinate representation of color #042697: hue angle of 226.12º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042697 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 38 151 -
CMYK 0.97 0.75 0 0.41
HSL 226.12º 0.95% 0.3% -
HSV(B) 226.12º 0.97% 0.59% -
XYZ 6.33 3.65 29.65 -
YUV 40.72 190.24 101.81 -
System Red Green Blue C M Y K H S L
Decimal 4 38 151 0.97 0.75 0 0.41 226.12 0.95 0.3
Hex 4 26 97 61 4B 0 29 E2 5F 1E
Octal 4 46 227 141 113 0 51 342 137 36
Binary 100 100110 10010111 1100001 1001011 0 101001 11100010 1011111 11110

Color Harmonies of #042697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042697

Black with #042697

Text Example


Text Example

White with #042697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042697; }

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

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

background-color css

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

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

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

border-color css

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

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

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