Html Css Color HEX #443875 Meteorite

📋 copy color: '#443875'

red 68 ◦ green 56 ◦ blue 117

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

Shades of Meteorite #443875

Tints of Meteorite #443875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 28.22%
G = 23.24%
B = 48.55%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#443875 (or 0x443875) is known color: Meteorite. HEX triplet: 44, 38 and 75. RGB value is (68,56,117). Sum of RGB (Red+Green+Blue) = 68+56+117=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #443875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443875 is #BBC78A. Grayscale: #424242. Windows color (decimal): -12306315 or 7682116. OLE color: 7682116.

HSL color Cylindrical-coordinate representation of color #443875: hue angle of 251.8º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #443875 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 56 117 -
CMYK 0.42 0.52 0 0.54
HSL 251.8º 0.35% 0.34% -
HSV(B) 251.8º 0.52% 0.46% -
XYZ 7.01 5.34 17.49 -
YUV 66.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 68 56 117 0.42 0.52 0 0.54 251.8 0.35 0.34
Hex 44 38 75 2A 34 0 36 FC 23 22
Octal 104 70 165 52 64 0 66 374 43 42
Binary 1000100 111000 1110101 101010 110100 0 110110 11111100 100011 100010

Color Harmonies of #443875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443875

Black with #443875

Text Example


Text Example

White with #443875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443875; }

 p { color: rgb(68,56,117); }

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

background-color css

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

 a { background-color: rgb(68,56,117); }

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

border-color css

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

 span { border-color: rgb(68,56,117); }

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