Html Css Color HEX #485C6C Fiord

📋 copy color: '#485C6C'

red 72 ◦ green 92 ◦ blue 108

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

Shades of Fiord #485C6C

Tints of Fiord #485C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.82%

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

R = 26.47%
G = 33.82%
B = 39.71%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#485C6C (or 0x485C6C) is known color: Fiord. HEX triplet: 48, 5C and 6C. RGB value is (72,92,108). Sum of RGB (Red+Green+Blue) = 72+92+108=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #485C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C6C is #B7A393. Grayscale: #575757. Windows color (decimal): -12034964 or 7101512. OLE color: 7101512.

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

Color convert

RGB 72 92 108 -
CMYK 0.33 0.15 0 0.58
HSL 206.67º 0.2% 0.35% -
HSV(B) 206.67º 0.33% 0.42% -
XYZ 9.21 10.11 15.65 -
YUV 87.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 72 92 108 0.33 0.15 0 0.58 206.67 0.2 0.35
Hex 48 5C 6C 21 F 0 3A CF 14 23
Octal 110 134 154 41 17 0 72 317 24 43
Binary 1001000 1011100 1101100 100001 1111 0 111010 11001111 10100 100011

Color Harmonies of #485C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C6C

Black with #485C6C

Text Example


Text Example

White with #485C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485C6C; }

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

 H1.HeaderClassName
 {
   color: #485C6C;
 }
 .AnyTagClassName
 {
   color: #485C6C;
 }
</style>

background-color css

<style>
 a { background-color: #485C6C; }

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

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

border-color css

<style>
 span { border-color: #485C6C; }

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

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