Html Css Color HEX #485B6C Fiord

📋 copy color: '#485B6C'

red 72 ◦ green 91 ◦ blue 108

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

Shades of Fiord #485B6C

Tints of Fiord #485B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.58%

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

R = 26.57%
G = 33.58%
B = 39.85%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#485B6C (or 0x485B6C) is known color: Fiord. HEX triplet: 48, 5B and 6C. RGB value is (72,91,108). Sum of RGB (Red+Green+Blue) = 72+91+108=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #485B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B6C is #B7A493. Grayscale: #575757. Windows color (decimal): -12035220 or 7101256. OLE color: 7101256.

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

Color convert

RGB 72 91 108 -
CMYK 0.33 0.16 0 0.58
HSL 208.33º 0.2% 0.35% -
HSV(B) 208.33º 0.33% 0.42% -
XYZ 9.12 9.94 15.63 -
YUV 87.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 72 91 108 0.33 0.16 0 0.58 208.33 0.2 0.35
Hex 48 5B 6C 21 10 0 3A D0 14 23
Octal 110 133 154 41 20 0 72 320 24 43
Binary 1001000 1011011 1101100 100001 10000 0 111010 11010000 10100 100011

Color Harmonies of #485B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B6C

Black with #485B6C

Text Example


Text Example

White with #485B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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