Html Css Color HEX #486070 Fiord

📋 copy color: '#486070'

red 72 ◦ green 96 ◦ blue 112

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

Shades of Fiord #486070

Tints of Fiord #486070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

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

R = 25.71%
G = 34.29%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#486070 (or 0x486070) is known color: Fiord. HEX triplet: 48, 60 and 70. RGB value is (72,96,112). Sum of RGB (Red+Green+Blue) = 72+96+112=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #486070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486070 is #B79F8F. Grayscale: #5A5A5A. Windows color (decimal): -12033936 or 7364680. OLE color: 7364680.

HSL color Cylindrical-coordinate representation of color #486070: hue angle of 204º 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 #486070 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 96 112 -
CMYK 0.36 0.14 0 0.56
HSL 204º 0.22% 0.36% -
HSV(B) 204º 0.36% 0.44% -
XYZ 9.78 10.91 16.92 -
YUV 90.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 72 96 112 0.36 0.14 0 0.56 204 0.22 0.36
Hex 48 60 70 24 E 0 38 CC 16 24
Octal 110 140 160 44 16 0 70 314 26 44
Binary 1001000 1100000 1110000 100100 1110 0 111000 11001100 10110 100100

Color Harmonies of #486070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486070

Black with #486070

Text Example


Text Example

White with #486070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486070; }

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

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

background-color css

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

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

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

border-color css

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

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

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