Html Css Color HEX #461269 Christalle

📋 copy color: '#461269'

red 70 ◦ green 18 ◦ blue 105

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

Shades of Christalle #461269

Tints of Christalle #461269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.4%

R = 36.27%
G = 9.33%
B = 54.4%

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

#461269 (or 0x461269) is known color: Christalle. HEX triplet: 46, 12 and 69. RGB value is (70,18,105). Sum of RGB (Red+Green+Blue) = 70+18+105=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #461269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461269 is #B9ED96. Grayscale: #2B2B2B. Windows color (decimal): -12184983 or 6885958. OLE color: 6885958.

HSL color Cylindrical-coordinate representation of color #461269: hue angle of 275.86º degrees, saturation: 0.71, 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 #461269 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 18 105 -
CMYK 0.33 0.83 0 0.59
HSL 275.86º 0.71% 0.24% -
HSV(B) 275.86º 0.83% 0.41% -
XYZ 5.29 2.75 13.62 -
YUV 43.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 70 18 105 0.33 0.83 0 0.59 275.86 0.71 0.24
Hex 46 12 69 21 53 0 3B 114 47 18
Octal 106 22 151 41 123 0 73 424 107 30
Binary 1000110 10010 1101001 100001 1010011 0 111011 100010100 1000111 11000

Color Harmonies of #461269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461269

Black with #461269

Text Example


Text Example

White with #461269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461269; }

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

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

background-color css

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

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

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

border-color css

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

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

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