Html Css Color HEX #461B65 Christalle

📋 copy color: '#461B65'

red 70 ◦ green 27 ◦ blue 101

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

Shades of Christalle #461B65

Tints of Christalle #461B65

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.64%

 BLUE value IS 101 (39.84% from 255) = 51.01%

R = 35.35%
G = 13.64%
B = 51.01%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#461B65 (or 0x461B65) is known color: Christalle. HEX triplet: 46, 1B and 65. RGB value is (70,27,101). Sum of RGB (Red+Green+Blue) = 70+27+101=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #461B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461B65 is #B9E49A. Grayscale: #303030. Windows color (decimal): -12182683 or 6626118. OLE color: 6626118.

HSL color Cylindrical-coordinate representation of color #461B65: hue angle of 274.86º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461B65 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 27 101 -
CMYK 0.31 0.73 0 0.60
HSL 274.86º 0.58% 0.25% -
HSV(B) 274.86º 0.73% 0.4% -
XYZ 5.27 3.03 12.62 -
YUV 48.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 70 27 101 0.31 0.73 0 0.60 274.86 0.58 0.25
Hex 46 1B 65 1F 49 0 3C 113 3A 19
Octal 106 33 145 37 111 0 74 423 72 31
Binary 1000110 11011 1100101 11111 1001001 0 111100 100010011 111010 11001

Color Harmonies of #461B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461B65

Black with #461B65

Text Example


Text Example

White with #461B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461B65; }

 p { color: rgb(70,27,101); }

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

background-color css

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

 a { background-color: rgb(70,27,101); }

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

border-color css

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

 span { border-color: rgb(70,27,101); }

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