Html Css Color HEX #464F57 Cello

📋 copy color: '#464F57'

red 70 ◦ green 79 ◦ blue 87

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

Shades of Cello #464F57

Tints of Cello #464F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.47%

 BLUE value IS 87 (34.38% from 255) = 36.86%

R = 29.66%
G = 33.47%
B = 36.86%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#464F57 (or 0x464F57) is known color: Cello. HEX triplet: 46, 4F and 57. RGB value is (70,79,87). Sum of RGB (Red+Green+Blue) = 70+79+87=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 87 - color contains mainly: blue. Hex color #464F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F57 is #B9B0A8. Grayscale: #4D4D4D. Windows color (decimal): -12169385 or 5721926. OLE color: 5721926.

HSL color Cylindrical-coordinate representation of color #464F57: hue angle of 208.24º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464F57 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 79 87 -
CMYK 0.20 0.09 0 0.66
HSL 208.24º 0.11% 0.31% -
HSV(B) 208.24º 0.2% 0.34% -
XYZ 7.04 7.58 10.11 -
YUV 77.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 70 79 87 0.20 0.09 0 0.66 208.24 0.11 0.31
Hex 46 4F 57 14 9 0 42 D0 B 1F
Octal 106 117 127 24 11 0 102 320 13 37
Binary 1000110 1001111 1010111 10100 1001 0 1000010 11010000 1011 11111

Color Harmonies of #464F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F57

Black with #464F57

Text Example


Text Example

White with #464F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464F57; }

 p { color: rgb(70,79,87); }

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

background-color css

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

 a { background-color: rgb(70,79,87); }

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

border-color css

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

 span { border-color: rgb(70,79,87); }

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