Html Css Color HEX #48606B Fiord

📋 copy color: '#48606B'

red 72 ◦ green 96 ◦ blue 107

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

Shades of Fiord #48606B

Tints of Fiord #48606B

RGB

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

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

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

R = 26.18%
G = 34.91%
B = 38.91%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48606B (or 0x48606B) is known color: Fiord. HEX triplet: 48, 60 and 6B. RGB value is (72,96,107). Sum of RGB (Red+Green+Blue) = 72+96+107=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #48606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48606B is #B79F94. Grayscale: #5A5A5A. Windows color (decimal): -12033941 or 7037000. OLE color: 7037000.

HSL color Cylindrical-coordinate representation of color #48606B: hue angle of 198.86º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48606B is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 96 107 -
CMYK 0.33 0.10 0 0.58
HSL 198.86º 0.2% 0.35% -
HSV(B) 198.86º 0.33% 0.42% -
XYZ 9.51 10.81 15.49 -
YUV 90.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 72 96 107 0.33 0.10 0 0.58 198.86 0.2 0.35
Hex 48 60 6B 21 A 0 3A C7 14 23
Octal 110 140 153 41 12 0 72 307 24 43
Binary 1001000 1100000 1101011 100001 1010 0 111010 11000111 10100 100011

Color Harmonies of #48606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48606B

Black with #48606B

Text Example


Text Example

White with #48606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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