Html Css Color HEX #443463 Meteorite

📋 copy color: '#443463'

red 68 ◦ green 52 ◦ blue 99

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

Shades of Meteorite #443463

Tints of Meteorite #443463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.74%

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

R = 31.05%
G = 23.74%
B = 45.21%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#443463 (or 0x443463) is known color: Meteorite. HEX triplet: 44, 34 and 63. RGB value is (68,52,99). Sum of RGB (Red+Green+Blue) = 68+52+99=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #443463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443463 is #BBCB9C. Grayscale: #3D3D3D. Windows color (decimal): -12307357 or 6501444. OLE color: 6501444.

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

Color convert

RGB 68 52 99 -
CMYK 0.31 0.47 0 0.61
HSL 260.43º 0.31% 0.3% -
HSV(B) 260.43º 0.47% 0.39% -
XYZ 5.86 4.59 12.38 -
YUV 62.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 68 52 99 0.31 0.47 0 0.61 260.43 0.31 0.3
Hex 44 34 63 1F 2F 0 3D 104 1F 1E
Octal 104 64 143 37 57 0 75 404 37 36
Binary 1000100 110100 1100011 11111 101111 0 111101 100000100 11111 11110

Color Harmonies of #443463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443463

Black with #443463

Text Example


Text Example

White with #443463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443463; }

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

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

background-color css

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

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

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

border-color css

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

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

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