Html Css Color HEX #461268 Christalle

📋 copy color: '#461268'

red 70 ◦ green 18 ◦ blue 104

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

Shades of Christalle #461268

Tints of Christalle #461268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

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

R = 36.46%
G = 9.38%
B = 54.17%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#461268 (or 0x461268) is known color: Christalle. HEX triplet: 46, 12 and 68. RGB value is (70,18,104). Sum of RGB (Red+Green+Blue) = 70+18+104=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #461268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461268 is #B9ED97. Grayscale: #2B2B2B. Windows color (decimal): -12184984 or 6820422. OLE color: 6820422.

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

Color convert

RGB 70 18 104 -
CMYK 0.33 0.83 0 0.59
HSL 276.28º 0.7% 0.24% -
HSV(B) 276.28º 0.83% 0.41% -
XYZ 5.24 2.73 13.35 -
YUV 43.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 70 18 104 0.33 0.83 0 0.59 276.28 0.7 0.24
Hex 46 12 68 21 53 0 3B 114 46 18
Octal 106 22 150 41 123 0 73 424 106 30
Binary 1000110 10010 1101000 100001 1010011 0 111011 100010100 1000110 11000

Color Harmonies of #461268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461268

Black with #461268

Text Example


Text Example

White with #461268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461268; }

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

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

background-color css

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

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

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

border-color css

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

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

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