Html Css Color HEX #48616E Fiord

📋 copy color: '#48616E'

red 72 ◦ green 97 ◦ blue 110

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

Shades of Fiord #48616E

Tints of Fiord #48616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.43%

R = 25.81%
G = 34.77%
B = 39.43%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48616E (or 0x48616E) is known color: Fiord. HEX triplet: 48, 61 and 6E. RGB value is (72,97,110). Sum of RGB (Red+Green+Blue) = 72+97+110=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #48616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48616E is #B79E91. Grayscale: #5A5A5A. Windows color (decimal): -12033682 or 7233864. OLE color: 7233864.

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

Color convert

RGB 72 97 110 -
CMYK 0.35 0.12 0 0.57
HSL 200.53º 0.21% 0.36% -
HSV(B) 200.53º 0.35% 0.43% -
XYZ 9.76 11.05 16.37 -
YUV 91.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 72 97 110 0.35 0.12 0 0.57 200.53 0.21 0.36
Hex 48 61 6E 23 C 0 39 C9 15 24
Octal 110 141 156 43 14 0 71 311 25 44
Binary 1001000 1100001 1101110 100011 1100 0 111001 11001001 10101 100100

Color Harmonies of #48616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48616E

Black with #48616E

Text Example


Text Example

White with #48616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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