Html Css Color HEX #4B5967 Fiord

📋 copy color: '#4B5967'

red 75 ◦ green 89 ◦ blue 103

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

Shades of Fiord #4B5967

Tints of Fiord #4B5967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.33%

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

R = 28.09%
G = 33.33%
B = 38.58%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4B5967 (or 0x4B5967) is known color: Fiord. HEX triplet: 4B, 59 and 67. RGB value is (75,89,103). Sum of RGB (Red+Green+Blue) = 75+89+103=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B5967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5967 is #B4A698. Grayscale: #565656. Windows color (decimal): -11839129 or 6773067. OLE color: 6773067.

HSL color Cylindrical-coordinate representation of color #4B5967: hue angle of 210º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B5967 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 75 89 103 -
CMYK 0.27 0.14 0 0.60
HSL 210º 0.16% 0.35% -
HSV(B) 210º 0.27% 0.4% -
XYZ 8.92 9.62 14.22 -
YUV 86.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 75 89 103 0.27 0.14 0 0.60 210 0.16 0.35
Hex 4B 59 67 1B E 0 3C D2 10 23
Octal 113 131 147 33 16 0 74 322 20 43
Binary 1001011 1011001 1100111 11011 1110 0 111100 11010010 10000 100011

Color Harmonies of #4B5967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5967

Black with #4B5967

Text Example


Text Example

White with #4B5967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,89,103); }

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

background-color css

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

 a { background-color: rgb(75,89,103); }

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

border-color css

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

 span { border-color: rgb(75,89,103); }

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