Html Css Color HEX #445F6C Fiord

📋 copy color: '#445F6C'

red 68 ◦ green 95 ◦ blue 108

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

Shades of Fiord #445F6C

Tints of Fiord #445F6C

RGB

 RED value IS 68 (26.95% from 255) = 25.09%

 GREEN value IS 95 (37.5% from 255) = 35.06%

 BLUE value IS 108 (42.58% from 255) = 39.85%

R = 25.09%
G = 35.06%
B = 39.85%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#445F6C (or 0x445F6C) is known color: Fiord. HEX triplet: 44, 5F and 6C. RGB value is (68,95,108). Sum of RGB (Red+Green+Blue) = 68+95+108=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #445F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F6C is #BBA093. Grayscale: #585858. Windows color (decimal): -12296340 or 7102276. OLE color: 7102276.

HSL color Cylindrical-coordinate representation of color #445F6C: hue angle of 199.5º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #445F6C is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 95 108 -
CMYK 0.37 0.12 0 0.58
HSL 199.5º 0.23% 0.35% -
HSV(B) 199.5º 0.37% 0.42% -
XYZ 9.18 10.5 15.73 -
YUV 88.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 68 95 108 0.37 0.12 0 0.58 199.5 0.23 0.35
Hex 44 5F 6C 25 C 0 3A C8 17 23
Octal 104 137 154 45 14 0 72 310 27 43
Binary 1000100 1011111 1101100 100101 1100 0 111010 11001000 10111 100011

Color Harmonies of #445F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F6C

Black with #445F6C

Text Example


Text Example

White with #445F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445F6C; }

 p { color: rgb(68,95,108); }

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

background-color css

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

 a { background-color: rgb(68,95,108); }

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

border-color css

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

 span { border-color: rgb(68,95,108); }

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