Html Css Color HEX #465F67 Smalt Blue

📋 copy color: '#465F67'

red 70 ◦ green 95 ◦ blue 103

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

Shades of Smalt Blue #465F67

Tints of Smalt Blue #465F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.43%

R = 26.12%
G = 35.45%
B = 38.43%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#465F67 (or 0x465F67) is known color: Smalt Blue. HEX triplet: 46, 5F and 67. RGB value is (70,95,103). Sum of RGB (Red+Green+Blue) = 70+95+103=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #465F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F67 is #B9A098. Grayscale: #585858. Windows color (decimal): -12165273 or 6774598. OLE color: 6774598.

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

Color convert

RGB 70 95 103 -
CMYK 0.32 0.08 0 0.60
HSL 194.55º 0.19% 0.34% -
HSV(B) 194.55º 0.32% 0.4% -
XYZ 9.07 10.47 14.37 -
YUV 88.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 70 95 103 0.32 0.08 0 0.60 194.55 0.19 0.34
Hex 46 5F 67 20 8 0 3C C3 13 22
Octal 106 137 147 40 10 0 74 303 23 42
Binary 1000110 1011111 1100111 100000 1000 0 111100 11000011 10011 100010

Color Harmonies of #465F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F67

Black with #465F67

Text Example


Text Example

White with #465F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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