Html Css Color HEX #485A6B Fiord

📋 copy color: '#485A6B'

red 72 ◦ green 90 ◦ blue 107

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

Shades of Fiord #485A6B

Tints of Fiord #485A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.46%

 BLUE value IS 107 (42.19% from 255) = 39.78%

R = 26.77%
G = 33.46%
B = 39.78%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#485A6B (or 0x485A6B) is known color: Fiord. HEX triplet: 48, 5A and 6B. RGB value is (72,90,107). Sum of RGB (Red+Green+Blue) = 72+90+107=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #485A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A6B is #B7A594. Grayscale: #565656. Windows color (decimal): -12035477 or 7035464. OLE color: 7035464.

HSL color Cylindrical-coordinate representation of color #485A6B: hue angle of 209.14º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #485A6B is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 90 107 -
CMYK 0.33 0.16 0 0.58
HSL 209.14º 0.2% 0.35% -
HSV(B) 209.14º 0.33% 0.42% -
XYZ 8.98 9.75 15.32 -
YUV 86.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 72 90 107 0.33 0.16 0 0.58 209.14 0.2 0.35
Hex 48 5A 6B 21 10 0 3A D1 14 23
Octal 110 132 153 41 20 0 72 321 24 43
Binary 1001000 1011010 1101011 100001 10000 0 111010 11010001 10100 100011

Color Harmonies of #485A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A6B

Black with #485A6B

Text Example


Text Example

White with #485A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,90,107); }

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

background-color css

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

 a { background-color: rgb(72,90,107); }

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

border-color css

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

 span { border-color: rgb(72,90,107); }

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