Html Css Color HEX #465C6C Fiord

📋 copy color: '#465C6C'

red 70 ◦ green 92 ◦ blue 108

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

Shades of Fiord #465C6C

Tints of Fiord #465C6C

RGB

 RED value IS 70 (27.73% from 255) = 25.93%

 GREEN value IS 92 (36.33% from 255) = 34.07%

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

R = 25.93%
G = 34.07%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#465C6C (or 0x465C6C) is known color: Fiord. HEX triplet: 46, 5C and 6C. RGB value is (70,92,108). Sum of RGB (Red+Green+Blue) = 70+92+108=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #465C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C6C is #B9A393. Grayscale: #575757. Windows color (decimal): -12166036 or 7101510. OLE color: 7101510.

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

Color convert

RGB 70 92 108 -
CMYK 0.35 0.15 0 0.58
HSL 205.26º 0.21% 0.35% -
HSV(B) 205.26º 0.35% 0.42% -
XYZ 9.06 10.04 15.65 -
YUV 87.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 70 92 108 0.35 0.15 0 0.58 205.26 0.21 0.35
Hex 46 5C 6C 23 F 0 3A CD 15 23
Octal 106 134 154 43 17 0 72 315 25 43
Binary 1000110 1011100 1101100 100011 1111 0 111010 11001101 10101 100011

Color Harmonies of #465C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C6C

Black with #465C6C

Text Example


Text Example

White with #465C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465C6C; }

 p { color: rgb(70,92,108); }

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

background-color css

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

 a { background-color: rgb(70,92,108); }

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

border-color css

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

 span { border-color: rgb(70,92,108); }

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