Html Css Color HEX #48616D Fiord

📋 copy color: '#48616D'

red 72 ◦ green 97 ◦ blue 109

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

Shades of Fiord #48616D

Tints of Fiord #48616D

RGB

 RED value IS 72 (28.52% from 255) = 25.9%

 GREEN value IS 97 (38.28% from 255) = 34.89%

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

R = 25.9%
G = 34.89%
B = 39.21%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48616D (or 0x48616D) is known color: Fiord. HEX triplet: 48, 61 and 6D. RGB value is (72,97,109). Sum of RGB (Red+Green+Blue) = 72+97+109=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #48616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48616D is #B79E92. Grayscale: #5A5A5A. Windows color (decimal): -12033683 or 7168328. OLE color: 7168328.

HSL color Cylindrical-coordinate representation of color #48616D: hue angle of 199.46º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #48616D is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 97 109 -
CMYK 0.34 0.11 0 0.57
HSL 199.46º 0.2% 0.35% -
HSV(B) 199.46º 0.34% 0.43% -
XYZ 9.71 11.03 16.09 -
YUV 90.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 72 97 109 0.34 0.11 0 0.57 199.46 0.2 0.35
Hex 48 61 6D 22 B 0 39 C7 14 23
Octal 110 141 155 42 13 0 71 307 24 43
Binary 1001000 1100001 1101101 100010 1011 0 111001 11000111 10100 100011

Color Harmonies of #48616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48616D

Black with #48616D

Text Example


Text Example

White with #48616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48616D; }

 p { color: rgb(72,97,109); }

 H1.HeaderClassName
 {
   color: #48616D;
 }
 .AnyTagClassName
 {
   color: #48616D;
 }
</style>

background-color css

<style>
 a { background-color: #48616D; }

 a { background-color: rgb(72,97,109); }

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

border-color css

<style>
 span { border-color: #48616D; }

 span { border-color: rgb(72,97,109); }

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