Html Css Color HEX #485E6C Fiord

📋 copy color: '#485E6C'

red 72 ◦ green 94 ◦ blue 108

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

Shades of Fiord #485E6C

Tints of Fiord #485E6C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.31%

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

R = 26.28%
G = 34.31%
B = 39.42%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#485E6C (or 0x485E6C) is known color: Fiord. HEX triplet: 48, 5E and 6C. RGB value is (72,94,108). Sum of RGB (Red+Green+Blue) = 72+94+108=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #485E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E6C is #B7A193. Grayscale: #585858. Windows color (decimal): -12034452 or 7102024. OLE color: 7102024.

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

Color convert

RGB 72 94 108 -
CMYK 0.33 0.13 0 0.58
HSL 203.33º 0.2% 0.35% -
HSV(B) 203.33º 0.33% 0.42% -
XYZ 9.38 10.47 15.71 -
YUV 89.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 72 94 108 0.33 0.13 0 0.58 203.33 0.2 0.35
Hex 48 5E 6C 21 D 0 3A CB 14 23
Octal 110 136 154 41 15 0 72 313 24 43
Binary 1001000 1011110 1101100 100001 1101 0 111010 11001011 10100 100011

Color Harmonies of #485E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E6C

Black with #485E6C

Text Example


Text Example

White with #485E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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