Html Css Color HEX #04228B Smalt

📋 copy color: '#04228B'

red 4 ◦ green 34 ◦ blue 139

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

Shades of Smalt #04228B

Tints of Smalt #04228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 78.53%

R = 2.26%
G = 19.21%
B = 78.53%

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

#04228B (or 0x04228B) is known color: Smalt. HEX triplet: 04, 22 and 8B. RGB value is (4,34,139). Sum of RGB (Red+Green+Blue) = 4+34+139=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 139 (54.69% from 255 or 78.53% from 177); Max value from RGB is 139 - color contains mainly: blue. Hex color #04228B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04228B is #FBDD74. Grayscale: #242424. Windows color (decimal): -16506229 or 9118212. OLE color: 9118212.

HSL color Cylindrical-coordinate representation of color #04228B: hue angle of 226.67º 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 #04228B is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 34 139 -
CMYK 0.97 0.76 0 0.45
HSL 226.67º 0.94% 0.28% -
HSV(B) 226.67º 0.97% 0.55% -
XYZ 5.28 3.03 24.73 -
YUV 37 185.56 104.46 -
System Red Green Blue C M Y K H S L
Decimal 4 34 139 0.97 0.76 0 0.45 226.67 0.94 0.28
Hex 4 22 8B 61 4C 0 2D E3 5E 1C
Octal 4 42 213 141 114 0 55 343 136 34
Binary 100 100010 10001011 1100001 1001100 0 101101 11100011 1011110 11100

Color Harmonies of #04228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04228B

Black with #04228B

Text Example


Text Example

White with #04228B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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