Html Css Color HEX #04308A Smalt

📋 copy color: '#04308A'

red 4 ◦ green 48 ◦ blue 138

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

Shades of Smalt #04308A

Tints of Smalt #04308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 72.63%

R = 2.11%
G = 25.26%
B = 72.63%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#04308A (or 0x04308A) is known color: Smalt. HEX triplet: 04, 30 and 8A. RGB value is (4,48,138). Sum of RGB (Red+Green+Blue) = 4+48+138=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #04308A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04308A is #FBCF75. Grayscale: #2C2C2C. Windows color (decimal): -16502646 or 9056260. OLE color: 9056260.

HSL color Cylindrical-coordinate representation of color #04308A: hue angle of 220.3º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04308A is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 48 138 -
CMYK 0.97 0.65 0 0.46
HSL 220.3º 0.94% 0.28% -
HSV(B) 220.3º 0.97% 0.54% -
XYZ 5.69 3.97 24.51 -
YUV 45.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 4 48 138 0.97 0.65 0 0.46 220.3 0.94 0.28
Hex 4 30 8A 61 41 0 2E DC 5E 1C
Octal 4 60 212 141 101 0 56 334 136 34
Binary 100 110000 10001010 1100001 1000001 0 101110 11011100 1011110 11100

Color Harmonies of #04308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04308A

Black with #04308A

Text Example


Text Example

White with #04308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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