Html Css Color HEX #004694 Smalt

📋 copy color: '#004694'

red 0 ◦ green 70 ◦ blue 148

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

Shades of Smalt #004694

Tints of Smalt #004694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

 BLUE value IS 148 (58.2% from 255) = 67.89%

R = 0%
G = 32.11%
B = 67.89%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#004694 (or 0x004694) is known color: Smalt. HEX triplet: 00, 46 and 94. RGB value is (0,70,148). Sum of RGB (Red+Green+Blue) = 0+70+148=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #004694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004694 is #FFB96B. Grayscale: #393939. Windows color (decimal): -16759148 or 9717248. OLE color: 9717248.

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

Color convert

RGB 0 70 148 -
CMYK 1 0.53 0 0.42
HSL 211.62º 1% 0.29% -
HSV(B) 211.62º 1% 0.58% -
XYZ 7.54 6.52 28.88 -
YUV 57.96 178.81 86.66 -
System Red Green Blue C M Y K H S L
Decimal 0 70 148 1 0.53 0 0.42 211.62 1 0.29
Hex 0 46 94 64 35 0 2A D4 64 1D
Octal 0 106 224 144 65 0 52 324 144 35
Binary 0 1000110 10010100 1100100 110101 0 101010 11010100 1100100 11101

Color Harmonies of #004694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004694

Black with #004694

Text Example


Text Example

White with #004694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004694; }

 p { color: rgb(0,70,148); }

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

background-color css

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

 a { background-color: rgb(0,70,148); }

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

border-color css

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

 span { border-color: rgb(0,70,148); }

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