Html Css Color HEX #465F69 Smalt Blue

📋 copy color: '#465F69'

red 70 ◦ green 95 ◦ blue 105

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

Shades of Smalt Blue #465F69

Tints of Smalt Blue #465F69

RGB

 RED value IS 70 (27.73% from 255) = 25.93%

 GREEN value IS 95 (37.5% from 255) = 35.19%

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

R = 25.93%
G = 35.19%
B = 38.89%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#465F69 (or 0x465F69) is known color: Smalt Blue. HEX triplet: 46, 5F and 69. RGB value is (70,95,105). Sum of RGB (Red+Green+Blue) = 70+95+105=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 105 - color contains mainly: blue. Hex color #465F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F69 is #B9A096. Grayscale: #585858. Windows color (decimal): -12165271 or 6905670. OLE color: 6905670.

HSL color Cylindrical-coordinate representation of color #465F69: hue angle of 197.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #465F69 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 95 105 -
CMYK 0.33 0.10 0 0.59
HSL 197.14º 0.2% 0.34% -
HSV(B) 197.14º 0.33% 0.41% -
XYZ 9.17 10.51 14.91 -
YUV 88.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 70 95 105 0.33 0.10 0 0.59 197.14 0.2 0.34
Hex 46 5F 69 21 A 0 3B C5 14 22
Octal 106 137 151 41 12 0 73 305 24 42
Binary 1000110 1011111 1101001 100001 1010 0 111011 11000101 10100 100010

Color Harmonies of #465F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F69

Black with #465F69

Text Example


Text Example

White with #465F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465F69; }

 p { color: rgb(70,95,105); }

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

background-color css

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

 a { background-color: rgb(70,95,105); }

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

border-color css

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

 span { border-color: rgb(70,95,105); }

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