Html Css Color HEX #466070 Fiord

📋 copy color: '#466070'

red 70 ◦ green 96 ◦ blue 112

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

Shades of Fiord #466070

Tints of Fiord #466070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.53%

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 25.18%
G = 34.53%
B = 40.29%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#466070 (or 0x466070) is known color: Fiord. HEX triplet: 46, 60 and 70. RGB value is (70,96,112). Sum of RGB (Red+Green+Blue) = 70+96+112=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #466070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466070 is #B99F8F. Grayscale: #595959. Windows color (decimal): -12165008 or 7364678. OLE color: 7364678.

HSL color Cylindrical-coordinate representation of color #466070: hue angle of 202.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466070 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 96 112 -
CMYK 0.38 0.14 0 0.56
HSL 202.86º 0.23% 0.36% -
HSV(B) 202.86º 0.38% 0.44% -
XYZ 9.63 10.84 16.91 -
YUV 90.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 70 96 112 0.38 0.14 0 0.56 202.86 0.23 0.36
Hex 46 60 70 26 E 0 38 CB 17 24
Octal 106 140 160 46 16 0 70 313 27 44
Binary 1000110 1100000 1110000 100110 1110 0 111000 11001011 10111 100100

Color Harmonies of #466070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466070

Black with #466070

Text Example


Text Example

White with #466070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466070; }

 p { color: rgb(70,96,112); }

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

background-color css

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

 a { background-color: rgb(70,96,112); }

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

border-color css

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

 span { border-color: rgb(70,96,112); }

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