Html Css Color HEX #456165 Smalt Blue

📋 copy color: '#456165'

red 69 ◦ green 97 ◦ blue 101

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

Shades of Smalt Blue #456165

Tints of Smalt Blue #456165

RGB

 RED value IS 69 (27.34% from 255) = 25.84%

 GREEN value IS 97 (38.28% from 255) = 36.33%

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 25.84%
G = 36.33%
B = 37.83%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#456165 (or 0x456165) is known color: Smalt Blue. HEX triplet: 45, 61 and 65. RGB value is (69,97,101). Sum of RGB (Red+Green+Blue) = 69+97+101=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: blue. Hex color #456165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456165 is #BA9E9A. Grayscale: #595959. Windows color (decimal): -12230299 or 6644037. OLE color: 6644037.

HSL color Cylindrical-coordinate representation of color #456165: hue angle of 187.5º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456165 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 69 97 101 -
CMYK 0.32 0.04 0 0.60
HSL 187.5º 0.19% 0.33% -
HSV(B) 187.5º 0.32% 0.4% -
XYZ 9.08 10.75 13.91 -
YUV 89.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 69 97 101 0.32 0.04 0 0.60 187.5 0.19 0.33
Hex 45 61 65 20 4 0 3C BC 13 21
Octal 105 141 145 40 4 0 74 274 23 41
Binary 1000101 1100001 1100101 100000 100 0 111100 10111100 10011 100001

Color Harmonies of #456165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456165

Black with #456165

Text Example


Text Example

White with #456165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456165; }

 p { color: rgb(69,97,101); }

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

background-color css

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

 a { background-color: rgb(69,97,101); }

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

border-color css

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

 span { border-color: rgb(69,97,101); }

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