Html Css Color HEX #042685 Smalt

📋 copy color: '#042685'

red 4 ◦ green 38 ◦ blue 133

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

Shades of Smalt #042685

Tints of Smalt #042685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 76%

R = 2.29%
G = 21.71%
B = 76%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#042685 (or 0x042685) is known color: Smalt. HEX triplet: 04, 26 and 85. RGB value is (4,38,133). Sum of RGB (Red+Green+Blue) = 4+38+133=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 133 (52.34% from 255 or 76% from 175); Max value from RGB is 133 - color contains mainly: blue. Hex color #042685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042685 is #FBD97A. Grayscale: #262626. Windows color (decimal): -16505211 or 8726020. OLE color: 8726020.

HSL color Cylindrical-coordinate representation of color #042685: hue angle of 224.19º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042685 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 38 133 -
CMYK 0.97 0.71 0 0.48
HSL 224.19º 0.94% 0.27% -
HSV(B) 224.19º 0.97% 0.52% -
XYZ 4.98 3.11 22.53 -
YUV 38.66 181.24 103.28 -
System Red Green Blue C M Y K H S L
Decimal 4 38 133 0.97 0.71 0 0.48 224.19 0.94 0.27
Hex 4 26 85 61 47 0 30 E0 5E 1B
Octal 4 46 205 141 107 0 60 340 136 33
Binary 100 100110 10000101 1100001 1000111 0 110000 11100000 1011110 11011

Color Harmonies of #042685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042685

Black with #042685

Text Example


Text Example

White with #042685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042685; }

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

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

background-color css

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

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

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

border-color css

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

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

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