Html Css Color HEX #485F70 Fiord

📋 copy color: '#485F70'

red 72 ◦ green 95 ◦ blue 112

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

Shades of Fiord #485F70

Tints of Fiord #485F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 25.81%
G = 34.05%
B = 40.14%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#485F70 (or 0x485F70) is known color: Fiord. HEX triplet: 48, 5F and 70. RGB value is (72,95,112). Sum of RGB (Red+Green+Blue) = 72+95+112=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #485F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F70 is #B7A08F. Grayscale: #595959. Windows color (decimal): -12034192 or 7364424. OLE color: 7364424.

HSL color Cylindrical-coordinate representation of color #485F70: hue angle of 205.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485F70 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 95 112 -
CMYK 0.36 0.15 0 0.56
HSL 205.5º 0.22% 0.36% -
HSV(B) 205.5º 0.36% 0.44% -
XYZ 9.69 10.73 16.89 -
YUV 90.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 72 95 112 0.36 0.15 0 0.56 205.5 0.22 0.36
Hex 48 5F 70 24 F 0 38 CE 16 24
Octal 110 137 160 44 17 0 70 316 26 44
Binary 1001000 1011111 1110000 100100 1111 0 111000 11001110 10110 100100

Color Harmonies of #485F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F70

Black with #485F70

Text Example


Text Example

White with #485F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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