Html Css Color HEX #476068 Smalt Blue

📋 copy color: '#476068'

red 71 ◦ green 96 ◦ blue 104

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

Shades of Smalt Blue #476068

Tints of Smalt Blue #476068

RGB

 RED value IS 71 (28.13% from 255) = 26.2%

 GREEN value IS 96 (37.89% from 255) = 35.42%

 BLUE value IS 104 (41.02% from 255) = 38.38%

R = 26.2%
G = 35.42%
B = 38.38%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#476068 (or 0x476068) is known color: Smalt Blue. HEX triplet: 47, 60 and 68. RGB value is (71,96,104). Sum of RGB (Red+Green+Blue) = 71+96+104=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #476068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476068 is #B89F97. Grayscale: #595959. Windows color (decimal): -12099480 or 6840391. OLE color: 6840391.

HSL color Cylindrical-coordinate representation of color #476068: hue angle of 194.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476068 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 96 104 -
CMYK 0.32 0.08 0 0.59
HSL 194.55º 0.19% 0.34% -
HSV(B) 194.55º 0.32% 0.41% -
XYZ 9.28 10.7 14.67 -
YUV 89.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 71 96 104 0.32 0.08 0 0.59 194.55 0.19 0.34
Hex 47 60 68 20 8 0 3B C3 13 22
Octal 107 140 150 40 10 0 73 303 23 42
Binary 1000111 1100000 1101000 100000 1000 0 111011 11000011 10011 100010

Color Harmonies of #476068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476068

Black with #476068

Text Example


Text Example

White with #476068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476068; }

 p { color: rgb(71,96,104); }

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

background-color css

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

 a { background-color: rgb(71,96,104); }

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

border-color css

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

 span { border-color: rgb(71,96,104); }

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