Html Css Color HEX #4B626C Smalt Blue

📋 copy color: '#4B626C'

red 75 ◦ green 98 ◦ blue 108

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

Shades of Smalt Blue #4B626C

Tints of Smalt Blue #4B626C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 26.69%
G = 34.88%
B = 38.43%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B626C (or 0x4B626C) is known color: Smalt Blue. HEX triplet: 4B, 62 and 6C. RGB value is (75,98,108). Sum of RGB (Red+Green+Blue) = 75+98+108=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B626C is #B49D93. Grayscale: #5C5C5C. Windows color (decimal): -11836820 or 7103051. OLE color: 7103051.

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

Color convert

RGB 75 98 108 -
CMYK 0.31 0.09 0 0.58
HSL 198.18º 0.18% 0.36% -
HSV(B) 198.18º 0.31% 0.42% -
XYZ 9.98 11.31 15.85 -
YUV 92.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 75 98 108 0.31 0.09 0 0.58 198.18 0.18 0.36
Hex 4B 62 6C 1F 9 0 3A C6 12 24
Octal 113 142 154 37 11 0 72 306 22 44
Binary 1001011 1100010 1101100 11111 1001 0 111010 11000110 10010 100100

Color Harmonies of #4B626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B626C

Black with #4B626C

Text Example


Text Example

White with #4B626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,98,108); }

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

background-color css

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

 a { background-color: rgb(75,98,108); }

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

border-color css

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

 span { border-color: rgb(75,98,108); }

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