Html Css Color HEX #04309B Smalt

📋 copy color: '#04309B'

red 4 ◦ green 48 ◦ blue 155

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

Shades of Smalt #04309B

Tints of Smalt #04309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.19%

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

R = 1.93%
G = 23.19%
B = 74.88%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04309B (or 0x04309B) is known color: Smalt. HEX triplet: 04, 30 and 9B. RGB value is (4,48,155). Sum of RGB (Red+Green+Blue) = 4+48+155=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #04309B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04309B is #FBCF64. Grayscale: #2E2E2E. Windows color (decimal): -16502629 or 10170372. OLE color: 10170372.

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

Color convert

RGB 4 48 155 -
CMYK 0.97 0.69 0 0.39
HSL 222.52º 0.95% 0.31% -
HSV(B) 222.52º 0.97% 0.61% -
XYZ 7.02 4.51 31.51 -
YUV 47.04 188.92 97.3 -
System Red Green Blue C M Y K H S L
Decimal 4 48 155 0.97 0.69 0 0.39 222.52 0.95 0.31
Hex 4 30 9B 61 45 0 27 DF 5F 1F
Octal 4 60 233 141 105 0 47 337 137 37
Binary 100 110000 10011011 1100001 1000101 0 100111 11011111 1011111 11111

Color Harmonies of #04309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04309B

Black with #04309B

Text Example


Text Example

White with #04309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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