Html Css Color HEX #04408F Smalt

📋 copy color: '#04408F'

red 4 ◦ green 64 ◦ blue 143

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

Shades of Smalt #04408F

Tints of Smalt #04408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

 BLUE value IS 143 (56.25% from 255) = 67.77%

R = 1.9%
G = 30.33%
B = 67.77%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04408F (or 0x04408F) is known color: Smalt. HEX triplet: 04, 40 and 8F. RGB value is (4,64,143). Sum of RGB (Red+Green+Blue) = 4+64+143=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #04408F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04408F is #FBBF70. Grayscale: #363636. Windows color (decimal): -16498545 or 9388036. OLE color: 9388036.

HSL color Cylindrical-coordinate representation of color #04408F: hue angle of 214.1º 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 #04408F is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 64 143 -
CMYK 0.97 0.55 0 0.44
HSL 214.1º 0.95% 0.29% -
HSV(B) 214.1º 0.97% 0.56% -
XYZ 6.84 5.68 26.72 -
YUV 55.07 177.62 91.58 -
System Red Green Blue C M Y K H S L
Decimal 4 64 143 0.97 0.55 0 0.44 214.1 0.95 0.29
Hex 4 40 8F 61 37 0 2C D6 5F 1D
Octal 4 100 217 141 67 0 54 326 137 35
Binary 100 1000000 10001111 1100001 110111 0 101100 11010110 1011111 11101

Color Harmonies of #04408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04408F

Black with #04408F

Text Example


Text Example

White with #04408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04408F; }

 p { color: rgb(4,64,143); }

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

background-color css

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

 a { background-color: rgb(4,64,143); }

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

border-color css

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

 span { border-color: rgb(4,64,143); }

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