Html Css Color HEX #461968 Christalle

📋 copy color: '#461968'

red 70 ◦ green 25 ◦ blue 104

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

Shades of Christalle #461968

Tints of Christalle #461968

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

 BLUE value IS 104 (41.02% from 255) = 52.26%

R = 35.18%
G = 12.56%
B = 52.26%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#461968 (or 0x461968) is known color: Christalle. HEX triplet: 46, 19 and 68. RGB value is (70,25,104). Sum of RGB (Red+Green+Blue) = 70+25+104=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #461968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461968 is #B9E697. Grayscale: #2F2F2F. Windows color (decimal): -12183192 or 6822214. OLE color: 6822214.

HSL color Cylindrical-coordinate representation of color #461968: hue angle of 274.18º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461968 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 25 104 -
CMYK 0.33 0.76 0 0.59
HSL 274.18º 0.61% 0.25% -
HSV(B) 274.18º 0.76% 0.41% -
XYZ 5.37 3 13.39 -
YUV 47.46 159.91 144.08 -
System Red Green Blue C M Y K H S L
Decimal 70 25 104 0.33 0.76 0 0.59 274.18 0.61 0.25
Hex 46 19 68 21 4C 0 3B 112 3D 19
Octal 106 31 150 41 114 0 73 422 75 31
Binary 1000110 11001 1101000 100001 1001100 0 111011 100010010 111101 11001

Color Harmonies of #461968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461968

Black with #461968

Text Example


Text Example

White with #461968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461968; }

 p { color: rgb(70,25,104); }

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

background-color css

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

 a { background-color: rgb(70,25,104); }

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

border-color css

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

 span { border-color: rgb(70,25,104); }

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