Html Css Color HEX #485C67 Fiord

📋 copy color: '#485C67'

red 72 ◦ green 92 ◦ blue 103

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

Shades of Fiord #485C67

Tints of Fiord #485C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.58%

R = 26.97%
G = 34.46%
B = 38.58%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#485C67 (or 0x485C67) is known color: Fiord. HEX triplet: 48, 5C and 67. RGB value is (72,92,103). Sum of RGB (Red+Green+Blue) = 72+92+103=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #485C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C67 is #B7A398. Grayscale: #575757. Windows color (decimal): -12034969 or 6773832. OLE color: 6773832.

HSL color Cylindrical-coordinate representation of color #485C67: hue angle of 201.29º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485C67 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 92 103 -
CMYK 0.30 0.11 0 0.60
HSL 201.29º 0.18% 0.34% -
HSV(B) 201.29º 0.3% 0.4% -
XYZ 8.95 10.01 14.29 -
YUV 87.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 72 92 103 0.30 0.11 0 0.60 201.29 0.18 0.34
Hex 48 5C 67 1E B 0 3C C9 12 22
Octal 110 134 147 36 13 0 74 311 22 42
Binary 1001000 1011100 1100111 11110 1011 0 111100 11001001 10010 100010

Color Harmonies of #485C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C67

Black with #485C67

Text Example


Text Example

White with #485C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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