Html Css Color HEX #04308B Smalt

📋 copy color: '#04308B'

red 4 ◦ green 48 ◦ blue 139

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

Shades of Smalt #04308B

Tints of Smalt #04308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 72.77%

R = 2.09%
G = 25.13%
B = 72.77%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04308B (or 0x04308B) is known color: Smalt. HEX triplet: 04, 30 and 8B. RGB value is (4,48,139). Sum of RGB (Red+Green+Blue) = 4+48+139=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 139 (54.69% from 255 or 72.77% from 191); Max value from RGB is 139 - color contains mainly: blue. Hex color #04308B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04308B is #FBCF74. Grayscale: #2C2C2C. Windows color (decimal): -16502645 or 9121796. OLE color: 9121796.

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

Color convert

RGB 4 48 139 -
CMYK 0.97 0.65 0 0.45
HSL 220.44º 0.94% 0.28% -
HSV(B) 220.44º 0.97% 0.55% -
XYZ 5.77 4 24.89 -
YUV 45.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 4 48 139 0.97 0.65 0 0.45 220.44 0.94 0.28
Hex 4 30 8B 61 41 0 2D DC 5E 1C
Octal 4 60 213 141 101 0 55 334 136 34
Binary 100 110000 10001011 1100001 1000001 0 101101 11011100 1011110 11100

Color Harmonies of #04308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04308B

Black with #04308B

Text Example


Text Example

White with #04308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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