Html Css Color HEX #4B656D Smalt Blue

📋 copy color: '#4B656D'

red 75 ◦ green 101 ◦ blue 109

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

Shades of Smalt Blue #4B656D

Tints of Smalt Blue #4B656D

RGB

 RED value IS 75 (29.69% from 255) = 26.32%

 GREEN value IS 101 (39.84% from 255) = 35.44%

 BLUE value IS 109 (42.97% from 255) = 38.25%

R = 26.32%
G = 35.44%
B = 38.25%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B656D (or 0x4B656D) is known color: Smalt Blue. HEX triplet: 4B, 65 and 6D. RGB value is (75,101,109). Sum of RGB (Red+Green+Blue) = 75+101+109=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B656D is #B49A92. Grayscale: #5E5E5E. Windows color (decimal): -11836051 or 7169355. OLE color: 7169355.

HSL color Cylindrical-coordinate representation of color #4B656D: hue angle of 194.12º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B656D is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 75 101 109 -
CMYK 0.31 0.07 0 0.57
HSL 194.12º 0.18% 0.36% -
HSV(B) 194.12º 0.31% 0.43% -
XYZ 10.32 11.91 16.22 -
YUV 94.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 75 101 109 0.31 0.07 0 0.57 194.12 0.18 0.36
Hex 4B 65 6D 1F 7 0 39 C2 12 24
Octal 113 145 155 37 7 0 71 302 22 44
Binary 1001011 1100101 1101101 11111 111 0 111001 11000010 10010 100100

Color Harmonies of #4B656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B656D

Black with #4B656D

Text Example


Text Example

White with #4B656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B656D; }

 p { color: rgb(75,101,109); }

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

background-color css

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

 a { background-color: rgb(75,101,109); }

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

border-color css

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

 span { border-color: rgb(75,101,109); }

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