Html Css Color HEX #485E6E Fiord

📋 copy color: '#485E6E'

red 72 ◦ green 94 ◦ blue 110

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

Shades of Fiord #485E6E

Tints of Fiord #485E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 26.09%
G = 34.06%
B = 39.86%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#485E6E (or 0x485E6E) is known color: Fiord. HEX triplet: 48, 5E and 6E. RGB value is (72,94,110). Sum of RGB (Red+Green+Blue) = 72+94+110=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #485E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E6E is #B7A191. Grayscale: #595959. Windows color (decimal): -12034450 or 7233096. OLE color: 7233096.

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

Color convert

RGB 72 94 110 -
CMYK 0.35 0.15 0 0.57
HSL 205.26º 0.21% 0.36% -
HSV(B) 205.26º 0.35% 0.43% -
XYZ 9.49 10.51 16.28 -
YUV 89.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 72 94 110 0.35 0.15 0 0.57 205.26 0.21 0.36
Hex 48 5E 6E 23 F 0 39 CD 15 24
Octal 110 136 156 43 17 0 71 315 25 44
Binary 1001000 1011110 1101110 100011 1111 0 111001 11001101 10101 100100

Color Harmonies of #485E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E6E

Black with #485E6E

Text Example


Text Example

White with #485E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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