Html Css Color HEX #48606D Fiord

📋 copy color: '#48606D'

red 72 ◦ green 96 ◦ blue 109

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

Shades of Fiord #48606D

Tints of Fiord #48606D

RGB

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

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

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

R = 25.99%
G = 34.66%
B = 39.35%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48606D (or 0x48606D) is known color: Fiord. HEX triplet: 48, 60 and 6D. RGB value is (72,96,109). Sum of RGB (Red+Green+Blue) = 72+96+109=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 109 - color contains mainly: blue. Hex color #48606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48606D is #B79F92. Grayscale: #5A5A5A. Windows color (decimal): -12033939 or 7168072. OLE color: 7168072.

HSL color Cylindrical-coordinate representation of color #48606D: hue angle of 201.08º 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 #48606D is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 96 109 -
CMYK 0.34 0.12 0 0.57
HSL 201.08º 0.2% 0.35% -
HSV(B) 201.08º 0.34% 0.43% -
XYZ 9.62 10.85 16.05 -
YUV 90.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 72 96 109 0.34 0.12 0 0.57 201.08 0.2 0.35
Hex 48 60 6D 22 C 0 39 C9 14 23
Octal 110 140 155 42 14 0 71 311 24 43
Binary 1001000 1100000 1101101 100010 1100 0 111001 11001001 10100 100011

Color Harmonies of #48606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48606D

Black with #48606D

Text Example


Text Example

White with #48606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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