Html Css Color HEX #04308F Smalt

📋 copy color: '#04308F'

red 4 ◦ green 48 ◦ blue 143

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

Shades of Smalt #04308F

Tints of Smalt #04308F

RGB

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

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

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

R = 2.05%
G = 24.62%
B = 73.33%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04308F (or 0x04308F) is known color: Smalt. HEX triplet: 04, 30 and 8F. RGB value is (4,48,143). Sum of RGB (Red+Green+Blue) = 4+48+143=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 143 (56.25% from 255 or 73.33% from 195); Max value from RGB is 143 - color contains mainly: blue. Hex color #04308F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04308F is #FBCF70. Grayscale: #2D2D2D. Windows color (decimal): -16502641 or 9383940. OLE color: 9383940.

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

Color convert

RGB 4 48 143 -
CMYK 0.97 0.66 0 0.44
HSL 221.01º 0.95% 0.29% -
HSV(B) 221.01º 0.97% 0.56% -
XYZ 6.06 4.12 26.46 -
YUV 45.67 182.92 98.28 -
System Red Green Blue C M Y K H S L
Decimal 4 48 143 0.97 0.66 0 0.44 221.01 0.95 0.29
Hex 4 30 8F 61 42 0 2C DD 5F 1D
Octal 4 60 217 141 102 0 54 335 137 35
Binary 100 110000 10001111 1100001 1000010 0 101100 11011101 1011111 11101

Color Harmonies of #04308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04308F

Black with #04308F

Text Example


Text Example

White with #04308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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