Html Css Color HEX #485E6F Fiord

📋 copy color: '#485E6F'

red 72 ◦ green 94 ◦ blue 111

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

Shades of Fiord #485E6F

Tints of Fiord #485E6F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.94%

 BLUE value IS 111 (43.75% from 255) = 40.07%

R = 25.99%
G = 33.94%
B = 40.07%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#485E6F (or 0x485E6F) is known color: Fiord. HEX triplet: 48, 5E and 6F. RGB value is (72,94,111). Sum of RGB (Red+Green+Blue) = 72+94+111=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 111 - color contains mainly: blue. Hex color #485E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E6F is #B7A190. Grayscale: #595959. Windows color (decimal): -12034449 or 7298632. OLE color: 7298632.

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

Color convert

RGB 72 94 111 -
CMYK 0.35 0.15 0 0.56
HSL 206.15º 0.21% 0.36% -
HSV(B) 206.15º 0.35% 0.44% -
XYZ 9.54 10.53 16.57 -
YUV 89.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 72 94 111 0.35 0.15 0 0.56 206.15 0.21 0.36
Hex 48 5E 6F 23 F 0 38 CE 15 24
Octal 110 136 157 43 17 0 70 316 25 44
Binary 1001000 1011110 1101111 100011 1111 0 111000 11001110 10101 100100

Color Harmonies of #485E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E6F

Black with #485E6F

Text Example


Text Example

White with #485E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,94,111); }

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

background-color css

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

 a { background-color: rgb(72,94,111); }

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

border-color css

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

 span { border-color: rgb(72,94,111); }

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