Html Css Color HEX #04278C Smalt

📋 copy color: '#04278C'

red 4 ◦ green 39 ◦ blue 140

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

Shades of Smalt #04278C

Tints of Smalt #04278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.31%

 BLUE value IS 140 (55.08% from 255) = 76.5%

R = 2.19%
G = 21.31%
B = 76.5%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04278C (or 0x04278C) is known color: Smalt. HEX triplet: 04, 27 and 8C. RGB value is (4,39,140). Sum of RGB (Red+Green+Blue) = 4+39+140=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 140 (55.08% from 255 or 76.50% from 183); Max value from RGB is 140 - color contains mainly: blue. Hex color #04278C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04278C is #FBD873. Grayscale: #272727. Windows color (decimal): -16504948 or 9185028. OLE color: 9185028.

HSL color Cylindrical-coordinate representation of color #04278C: hue angle of 224.56º 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 #04278C is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 39 140 -
CMYK 0.97 0.72 0 0.45
HSL 224.56º 0.94% 0.28% -
HSV(B) 224.56º 0.97% 0.55% -
XYZ 5.51 3.37 25.17 -
YUV 40.05 184.4 102.29 -
System Red Green Blue C M Y K H S L
Decimal 4 39 140 0.97 0.72 0 0.45 224.56 0.94 0.28
Hex 4 27 8C 61 48 0 2D E1 5E 1C
Octal 4 47 214 141 110 0 55 341 136 34
Binary 100 100111 10001100 1100001 1001000 0 101101 11100001 1011110 11100

Color Harmonies of #04278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04278C

Black with #04278C

Text Example


Text Example

White with #04278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04278C; }

 p { color: rgb(4,39,140); }

 H1.HeaderClassName
 {
   color: #04278C;
 }
 .AnyTagClassName
 {
   color: #04278C;
 }
</style>

background-color css

<style>
 a { background-color: #04278C; }

 a { background-color: rgb(4,39,140); }

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

border-color css

<style>
 span { border-color: #04278C; }

 span { border-color: rgb(4,39,140); }

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