Html Css Color HEX #04228E Smalt

📋 copy color: '#04228E'

red 4 ◦ green 34 ◦ blue 142

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

Shades of Smalt #04228E

Tints of Smalt #04228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.89%

 BLUE value IS 142 (55.86% from 255) = 78.89%

R = 2.22%
G = 18.89%
B = 78.89%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04228E (or 0x04228E) is known color: Smalt. HEX triplet: 04, 22 and 8E. RGB value is (4,34,142). Sum of RGB (Red+Green+Blue) = 4+34+142=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 142 (55.86% from 255 or 78.89% from 180); Max value from RGB is 142 - color contains mainly: blue. Hex color #04228E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04228E is #FBDD71. Grayscale: #242424. Windows color (decimal): -16506226 or 9314820. OLE color: 9314820.

HSL color Cylindrical-coordinate representation of color #04228E: hue angle of 226.96º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04228E is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 34 142 -
CMYK 0.97 0.76 0 0.44
HSL 226.96º 0.95% 0.29% -
HSV(B) 226.96º 0.97% 0.56% -
XYZ 5.5 3.12 25.9 -
YUV 37.34 187.06 104.22 -
System Red Green Blue C M Y K H S L
Decimal 4 34 142 0.97 0.76 0 0.44 226.96 0.95 0.29
Hex 4 22 8E 61 4C 0 2C E3 5F 1D
Octal 4 42 216 141 114 0 54 343 137 35
Binary 100 100010 10001110 1100001 1001100 0 101100 11100011 1011111 11101

Color Harmonies of #04228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04228E

Black with #04228E

Text Example


Text Example

White with #04228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04228E; }

 p { color: rgb(4,34,142); }

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

background-color css

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

 a { background-color: rgb(4,34,142); }

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

border-color css

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

 span { border-color: rgb(4,34,142); }

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