Html Css Color HEX #476269 Smalt Blue

📋 copy color: '#476269'

red 71 ◦ green 98 ◦ blue 105

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

Shades of Smalt Blue #476269

Tints of Smalt Blue #476269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

 BLUE value IS 105 (41.41% from 255) = 38.32%

R = 25.91%
G = 35.77%
B = 38.32%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#476269 (or 0x476269) is known color: Smalt Blue. HEX triplet: 47, 62 and 69. RGB value is (71,98,105). Sum of RGB (Red+Green+Blue) = 71+98+105=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 105 - color contains mainly: blue. Hex color #476269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476269 is #B89D96. Grayscale: #5A5A5A. Windows color (decimal): -12098967 or 6906439. OLE color: 6906439.

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

Color convert

RGB 71 98 105 -
CMYK 0.32 0.07 0 0.59
HSL 192.35º 0.19% 0.35% -
HSV(B) 192.35º 0.32% 0.41% -
XYZ 9.52 11.09 15 -
YUV 90.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 71 98 105 0.32 0.07 0 0.59 192.35 0.19 0.35
Hex 47 62 69 20 7 0 3B C0 13 23
Octal 107 142 151 40 7 0 73 300 23 43
Binary 1000111 1100010 1101001 100000 111 0 111011 11000000 10011 100011

Color Harmonies of #476269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476269

Black with #476269

Text Example


Text Example

White with #476269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476269; }

 p { color: rgb(71,98,105); }

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

background-color css

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

 a { background-color: rgb(71,98,105); }

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

border-color css

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

 span { border-color: rgb(71,98,105); }

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