Html Css Color HEX #465658 Casal

📋 copy color: '#465658'

red 70 ◦ green 86 ◦ blue 88

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

Shades of Casal #465658

Tints of Casal #465658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.25%

 BLUE value IS 88 (34.77% from 255) = 36.07%

R = 28.69%
G = 35.25%
B = 36.07%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#465658 (or 0x465658) is known color: Casal. HEX triplet: 46, 56 and 58. RGB value is (70,86,88). Sum of RGB (Red+Green+Blue) = 70+86+88=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 88 - color contains mainly: blue. Hex color #465658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465658 is #B9A9A7. Grayscale: #515151. Windows color (decimal): -12167592 or 5789254. OLE color: 5789254.

HSL color Cylindrical-coordinate representation of color #465658: hue angle of 186.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465658 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 86 88 -
CMYK 0.20 0.02 0 0.65
HSL 186.67º 0.11% 0.31% -
HSV(B) 186.67º 0.2% 0.35% -
XYZ 7.62 8.66 10.5 -
YUV 81.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 70 86 88 0.20 0.02 0 0.65 186.67 0.11 0.31
Hex 46 56 58 14 2 0 41 BB B 1F
Octal 106 126 130 24 2 0 101 273 13 37
Binary 1000110 1010110 1011000 10100 10 0 1000001 10111011 1011 11111

Color Harmonies of #465658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465658

Black with #465658

Text Example


Text Example

White with #465658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465658; }

 p { color: rgb(70,86,88); }

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

background-color css

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

 a { background-color: rgb(70,86,88); }

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

border-color css

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

 span { border-color: rgb(70,86,88); }

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