Html Css Color HEX #462334 Toledo

📋 copy color: '#462334'

red 70 ◦ green 35 ◦ blue 52

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

Shades of Toledo #462334

Tints of Toledo #462334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.29%

 BLUE value IS 52 (20.7% from 255) = 33.12%

R = 44.59%
G = 22.29%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#462334 (or 0x462334) is known color: Toledo. HEX triplet: 46, 23 and 34. RGB value is (70,35,52). Sum of RGB (Red+Green+Blue) = 70+35+52=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #462334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462334 is #B9DCCB. Grayscale: #2F2F2F. Windows color (decimal): -12180684 or 3416902. OLE color: 3416902.

HSL color Cylindrical-coordinate representation of color #462334: hue angle of 330.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #462334 is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 35 52 -
CMYK 0 0.5 0.26 0.73
HSL 330.86º 0.33% 0.21% -
HSV(B) 330.86º 0.5% 0.27% -
XYZ 3.75 2.75 3.58 -
YUV 47.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 70 35 52 0 0.5 0.26 0.73 330.86 0.33 0.21
Hex 46 23 34 0 32 1A 49 14B 21 15
Octal 106 43 64 0 62 32 111 513 41 25
Binary 1000110 100011 110100 0 110010 11010 1001001 101001011 100001 10101

Color Harmonies of #462334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462334

Black with #462334

Text Example


Text Example

White with #462334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462334; }

 p { color: rgb(70,35,52); }

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

background-color css

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

 a { background-color: rgb(70,35,52); }

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

border-color css

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

 span { border-color: rgb(70,35,52); }

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