Html Css Color HEX #485F6B Fiord

📋 copy color: '#485F6B'

red 72 ◦ green 95 ◦ blue 107

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

Shades of Fiord #485F6B

Tints of Fiord #485F6B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.67%

 BLUE value IS 107 (42.19% from 255) = 39.05%

R = 26.28%
G = 34.67%
B = 39.05%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#485F6B (or 0x485F6B) is known color: Fiord. HEX triplet: 48, 5F and 6B. RGB value is (72,95,107). Sum of RGB (Red+Green+Blue) = 72+95+107=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #485F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F6B is #B7A094. Grayscale: #595959. Windows color (decimal): -12034197 or 7036744. OLE color: 7036744.

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

Color convert

RGB 72 95 107 -
CMYK 0.33 0.11 0 0.58
HSL 200.57º 0.2% 0.35% -
HSV(B) 200.57º 0.33% 0.42% -
XYZ 9.42 10.62 15.46 -
YUV 89.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 72 95 107 0.33 0.11 0 0.58 200.57 0.2 0.35
Hex 48 5F 6B 21 B 0 3A C9 14 23
Octal 110 137 153 41 13 0 72 311 24 43
Binary 1001000 1011111 1101011 100001 1011 0 111010 11001001 10100 100011

Color Harmonies of #485F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F6B

Black with #485F6B

Text Example


Text Example

White with #485F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,95,107); }

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

background-color css

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

 a { background-color: rgb(72,95,107); }

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

border-color css

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

 span { border-color: rgb(72,95,107); }

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