Html Css Color HEX #442463 Christalle

📋 copy color: '#442463'

red 68 ◦ green 36 ◦ blue 99

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

Shades of Christalle #442463

Tints of Christalle #442463

RGB

 RED value IS 68 (26.95% from 255) = 33.5%

 GREEN value IS 36 (14.45% from 255) = 17.73%

 BLUE value IS 99 (39.06% from 255) = 48.77%

R = 33.5%
G = 17.73%
B = 48.77%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#442463 (or 0x442463) is known color: Christalle. HEX triplet: 44, 24 and 63. RGB value is (68,36,99). Sum of RGB (Red+Green+Blue) = 68+36+99=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #442463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442463 is #BBDB9C. Grayscale: #343434. Windows color (decimal): -12311453 or 6497348. OLE color: 6497348.

HSL color Cylindrical-coordinate representation of color #442463: hue angle of 270.48º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #442463 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 36 99 -
CMYK 0.31 0.64 0 0.61
HSL 270.48º 0.47% 0.26% -
HSV(B) 270.48º 0.64% 0.39% -
XYZ 5.27 3.39 12.18 -
YUV 52.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 68 36 99 0.31 0.64 0 0.61 270.48 0.47 0.26
Hex 44 24 63 1F 40 0 3D 10E 2F 1A
Octal 104 44 143 37 100 0 75 416 57 32
Binary 1000100 100100 1100011 11111 1000000 0 111101 100001110 101111 11010

Color Harmonies of #442463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442463

Black with #442463

Text Example


Text Example

White with #442463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442463; }

 p { color: rgb(68,36,99); }

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

background-color css

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

 a { background-color: rgb(68,36,99); }

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

border-color css

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

 span { border-color: rgb(68,36,99); }

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