Html Css Color HEX #004496 Smalt

📋 copy color: '#004496'

red 0 ◦ green 68 ◦ blue 150

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

Shades of Smalt #004496

Tints of Smalt #004496

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 68 (26.95% from 255) = 31.19%

 BLUE value IS 150 (58.98% from 255) = 68.81%

R = 0%
G = 31.19%
B = 68.81%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#004496 (or 0x004496) is known color: Smalt. HEX triplet: 00, 44 and 96. RGB value is (0,68,150). Sum of RGB (Red+Green+Blue) = 0+68+150=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #004496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004496 is #FFBB69. Grayscale: #383838. Windows color (decimal): -16759658 or 9847808. OLE color: 9847808.

HSL color Cylindrical-coordinate representation of color #004496: hue angle of 212.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004496 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 68 150 -
CMYK 1 0.55 0 0.41
HSL 212.8º 1% 0.29% -
HSV(B) 212.8º 1% 0.59% -
XYZ 7.57 6.34 29.68 -
YUV 57.02 180.47 87.33 -
System Red Green Blue C M Y K H S L
Decimal 0 68 150 1 0.55 0 0.41 212.8 1 0.29
Hex 0 44 96 64 37 0 29 D5 64 1D
Octal 0 104 226 144 67 0 51 325 144 35
Binary 0 1000100 10010110 1100100 110111 0 101001 11010101 1100100 11101

Color Harmonies of #004496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004496

Black with #004496

Text Example


Text Example

White with #004496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004496; }

 p { color: rgb(0,68,150); }

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

background-color css

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

 a { background-color: rgb(0,68,150); }

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

border-color css

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

 span { border-color: rgb(0,68,150); }

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