Html Css Color HEX #485869 Fiord

📋 copy color: '#485869'

red 72 ◦ green 88 ◦ blue 105

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

Shades of Fiord #485869

Tints of Fiord #485869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.21%

 BLUE value IS 105 (41.41% from 255) = 39.62%

R = 27.17%
G = 33.21%
B = 39.62%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#485869 (or 0x485869) is known color: Fiord. HEX triplet: 48, 58 and 69. RGB value is (72,88,105). Sum of RGB (Red+Green+Blue) = 72+88+105=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 105 - color contains mainly: blue. Hex color #485869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485869 is #B7A796. Grayscale: #555555. Windows color (decimal): -12035991 or 6903880. OLE color: 6903880.

HSL color Cylindrical-coordinate representation of color #485869: hue angle of 210.91º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #485869 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 88 105 -
CMYK 0.31 0.16 0 0.59
HSL 210.91º 0.19% 0.35% -
HSV(B) 210.91º 0.31% 0.41% -
XYZ 8.71 9.38 14.72 -
YUV 85.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 72 88 105 0.31 0.16 0 0.59 210.91 0.19 0.35
Hex 48 58 69 1F 10 0 3B D3 13 23
Octal 110 130 151 37 20 0 73 323 23 43
Binary 1001000 1011000 1101001 11111 10000 0 111011 11010011 10011 100011

Color Harmonies of #485869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485869

Black with #485869

Text Example


Text Example

White with #485869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485869; }

 p { color: rgb(72,88,105); }

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

background-color css

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

 a { background-color: rgb(72,88,105); }

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

border-color css

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

 span { border-color: rgb(72,88,105); }

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