Html Css Color HEX #04429B Smalt

📋 copy color: '#04429B'

red 4 ◦ green 66 ◦ blue 155

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

Shades of Smalt #04429B

Tints of Smalt #04429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.33%

 BLUE value IS 155 (60.94% from 255) = 68.89%

R = 1.78%
G = 29.33%
B = 68.89%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04429B (or 0x04429B) is known color: Smalt. HEX triplet: 04, 42 and 9B. RGB value is (4,66,155). Sum of RGB (Red+Green+Blue) = 4+66+155=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #04429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04429B is #FBBD64. Grayscale: #393939. Windows color (decimal): -16498021 or 10174980. OLE color: 10174980.

HSL color Cylindrical-coordinate representation of color #04429B: hue angle of 215.36º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04429B is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 66 155 -
CMYK 0.97 0.57 0 0.39
HSL 215.36º 0.95% 0.31% -
HSV(B) 215.36º 0.97% 0.61% -
XYZ 7.91 6.29 31.81 -
YUV 57.61 182.96 89.76 -
System Red Green Blue C M Y K H S L
Decimal 4 66 155 0.97 0.57 0 0.39 215.36 0.95 0.31
Hex 4 42 9B 61 39 0 27 D7 5F 1F
Octal 4 102 233 141 71 0 47 327 137 37
Binary 100 1000010 10011011 1100001 111001 0 100111 11010111 1011111 11111

Color Harmonies of #04429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04429B

Black with #04429B

Text Example


Text Example

White with #04429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,66,155); }

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

background-color css

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

 a { background-color: rgb(4,66,155); }

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

border-color css

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

 span { border-color: rgb(4,66,155); }

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