Html Css Color HEX #48606C Fiord

📋 copy color: '#48606C'

red 72 ◦ green 96 ◦ blue 108

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

Shades of Fiord #48606C

Tints of Fiord #48606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.13%

R = 26.09%
G = 34.78%
B = 39.13%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48606C (or 0x48606C) is known color: Fiord. HEX triplet: 48, 60 and 6C. RGB value is (72,96,108). Sum of RGB (Red+Green+Blue) = 72+96+108=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #48606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48606C is #B79F93. Grayscale: #5A5A5A. Windows color (decimal): -12033940 or 7102536. OLE color: 7102536.

HSL color Cylindrical-coordinate representation of color #48606C: hue angle of 200º 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 #48606C is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 96 108 -
CMYK 0.33 0.11 0 0.58
HSL 200º 0.2% 0.35% -
HSV(B) 200º 0.33% 0.42% -
XYZ 9.56 10.83 15.77 -
YUV 90.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 72 96 108 0.33 0.11 0 0.58 200 0.2 0.35
Hex 48 60 6C 21 B 0 3A C8 14 23
Octal 110 140 154 41 13 0 72 310 24 43
Binary 1001000 1100000 1101100 100001 1011 0 111010 11001000 10100 100011

Color Harmonies of #48606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48606C

Black with #48606C

Text Example


Text Example

White with #48606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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