Html Css Color HEX #04228D Smalt

📋 copy color: '#04228D'

red 4 ◦ green 34 ◦ blue 141

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

Shades of Smalt #04228D

Tints of Smalt #04228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 78.77%

R = 2.23%
G = 18.99%
B = 78.77%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04228D (or 0x04228D) is known color: Smalt. HEX triplet: 04, 22 and 8D. RGB value is (4,34,141). Sum of RGB (Red+Green+Blue) = 4+34+141=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 141 (55.47% from 255 or 78.77% from 179); Max value from RGB is 141 - color contains mainly: blue. Hex color #04228D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04228D is #FBDD72. Grayscale: #242424. Windows color (decimal): -16506227 or 9249284. OLE color: 9249284.

HSL color Cylindrical-coordinate representation of color #04228D: hue angle of 226.86º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04228D is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 34 141 -
CMYK 0.97 0.76 0 0.45
HSL 226.86º 0.94% 0.28% -
HSV(B) 226.86º 0.97% 0.55% -
XYZ 5.43 3.09 25.51 -
YUV 37.23 186.56 104.3 -
System Red Green Blue C M Y K H S L
Decimal 4 34 141 0.97 0.76 0 0.45 226.86 0.94 0.28
Hex 4 22 8D 61 4C 0 2D E3 5E 1C
Octal 4 42 215 141 114 0 55 343 136 34
Binary 100 100010 10001101 1100001 1001100 0 101101 11100011 1011110 11100

Color Harmonies of #04228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04228D

Black with #04228D

Text Example


Text Example

White with #04228D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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