Html Css Color HEX #4B606B Fiord

📋 copy color: '#4B606B'

red 75 ◦ green 96 ◦ blue 107

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

Shades of Fiord #4B606B

Tints of Fiord #4B606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.53%

 BLUE value IS 107 (42.19% from 255) = 38.49%

R = 26.98%
G = 34.53%
B = 38.49%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B606B (or 0x4B606B) is known color: Fiord. HEX triplet: 4B, 60 and 6B. RGB value is (75,96,107). Sum of RGB (Red+Green+Blue) = 75+96+107=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B606B is #B49F94. Grayscale: #5A5A5A. Windows color (decimal): -11837333 or 7037003. OLE color: 7037003.

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

Color convert

RGB 75 96 107 -
CMYK 0.30 0.10 0 0.58
HSL 200.63º 0.18% 0.36% -
HSV(B) 200.63º 0.3% 0.42% -
XYZ 9.74 10.92 15.51 -
YUV 90.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 75 96 107 0.30 0.10 0 0.58 200.63 0.18 0.36
Hex 4B 60 6B 1E A 0 3A C9 12 24
Octal 113 140 153 36 12 0 72 311 22 44
Binary 1001011 1100000 1101011 11110 1010 0 111010 11001001 10010 100100

Color Harmonies of #4B606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B606B

Black with #4B606B

Text Example


Text Example

White with #4B606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,96,107); }

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

background-color css

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

 a { background-color: rgb(75,96,107); }

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

border-color css

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

 span { border-color: rgb(75,96,107); }

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