Html Css Color HEX #485A6C Fiord

📋 copy color: '#485A6C'

red 72 ◦ green 90 ◦ blue 108

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

Shades of Fiord #485A6C

Tints of Fiord #485A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.33%

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

R = 26.67%
G = 33.33%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#485A6C (or 0x485A6C) is known color: Fiord. HEX triplet: 48, 5A and 6C. RGB value is (72,90,108). Sum of RGB (Red+Green+Blue) = 72+90+108=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #485A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A6C is #B7A593. Grayscale: #565656. Windows color (decimal): -12035476 or 7101000. OLE color: 7101000.

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

Color convert

RGB 72 90 108 -
CMYK 0.33 0.17 0 0.58
HSL 210º 0.2% 0.35% -
HSV(B) 210º 0.33% 0.42% -
XYZ 9.04 9.77 15.6 -
YUV 86.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 72 90 108 0.33 0.17 0 0.58 210 0.2 0.35
Hex 48 5A 6C 21 11 0 3A D2 14 23
Octal 110 132 154 41 21 0 72 322 24 43
Binary 1001000 1011010 1101100 100001 10001 0 111010 11010010 10100 100011

Color Harmonies of #485A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A6C

Black with #485A6C

Text Example


Text Example

White with #485A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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