Html Css Color HEX #461369 Christalle

📋 copy color: '#461369'

red 70 ◦ green 19 ◦ blue 105

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

Shades of Christalle #461369

Tints of Christalle #461369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.79%

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

R = 36.08%
G = 9.79%
B = 54.12%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#461369 (or 0x461369) is known color: Christalle. HEX triplet: 46, 13 and 69. RGB value is (70,19,105). Sum of RGB (Red+Green+Blue) = 70+19+105=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #461369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461369 is #B9EC96. Grayscale: #2B2B2B. Windows color (decimal): -12184727 or 6886214. OLE color: 6886214.

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

Color convert

RGB 70 19 105 -
CMYK 0.33 0.82 0 0.59
HSL 275.58º 0.69% 0.24% -
HSV(B) 275.58º 0.82% 0.41% -
XYZ 5.31 2.79 13.62 -
YUV 44.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 70 19 105 0.33 0.82 0 0.59 275.58 0.69 0.24
Hex 46 13 69 21 52 0 3B 114 45 18
Octal 106 23 151 41 122 0 73 424 105 30
Binary 1000110 10011 1101001 100001 1010010 0 111011 100010100 1000101 11000

Color Harmonies of #461369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461369

Black with #461369

Text Example


Text Example

White with #461369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461369; }

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

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

background-color css

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

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

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

border-color css

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

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

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