Html Css Color HEX #464C4D Casal

📋 copy color: '#464C4D'

red 70 ◦ green 76 ◦ blue 77

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

Shades of Casal #464C4D

Tints of Casal #464C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.08%

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 31.39%
G = 34.08%
B = 34.53%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#464C4D (or 0x464C4D) is known color: Casal. HEX triplet: 46, 4C and 4D. RGB value is (70,76,77). Sum of RGB (Red+Green+Blue) = 70+76+77=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 77 - color contains mainly: blue. Hex color #464C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C4D is #B9B3B2. Grayscale: #4A4A4A. Windows color (decimal): -12170163 or 5065798. OLE color: 5065798.

HSL color Cylindrical-coordinate representation of color #464C4D: hue angle of 188.57º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #464C4D is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 76 77 -
CMYK 0.09 0.01 0 0.70
HSL 188.57º 0.05% 0.29% -
HSV(B) 188.57º 0.09% 0.3% -
XYZ 6.45 7.01 8.03 -
YUV 74.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 70 76 77 0.09 0.01 0 0.70 188.57 0.05 0.29
Hex 46 4C 4D 9 1 0 46 BD 5 1D
Octal 106 114 115 11 1 0 106 275 5 35
Binary 1000110 1001100 1001101 1001 1 0 1000110 10111101 101 11101

Color Harmonies of #464C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C4D

Black with #464C4D

Text Example


Text Example

White with #464C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,76,77); }

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

background-color css

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

 a { background-color: rgb(70,76,77); }

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

border-color css

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

 span { border-color: rgb(70,76,77); }

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