Html Css Color HEX #483165 Blue Diamond

📋 copy color: '#483165'

red 72 ◦ green 49 ◦ blue 101

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

Shades of Blue Diamond #483165

Tints of Blue Diamond #483165

RGB

 RED value IS 72 (28.52% from 255) = 32.43%

 GREEN value IS 49 (19.53% from 255) = 22.07%

 BLUE value IS 101 (39.84% from 255) = 45.5%

R = 32.43%
G = 22.07%
B = 45.5%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#483165 (or 0x483165) is known color: Blue Diamond. HEX triplet: 48, 31 and 65. RGB value is (72,49,101). Sum of RGB (Red+Green+Blue) = 72+49+101=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #483165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483165 is #B7CE9A. Grayscale: #3D3D3D. Windows color (decimal): -12045979 or 6631752. OLE color: 6631752.

HSL color Cylindrical-coordinate representation of color #483165: hue angle of 266.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483165 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 49 101 -
CMYK 0.29 0.51 0 0.60
HSL 266.54º 0.35% 0.29% -
HSV(B) 266.54º 0.51% 0.4% -
XYZ 6.12 4.51 12.86 -
YUV 61.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 72 49 101 0.29 0.51 0 0.60 266.54 0.35 0.29
Hex 48 31 65 1D 33 0 3C 10B 23 1D
Octal 110 61 145 35 63 0 74 413 43 35
Binary 1001000 110001 1100101 11101 110011 0 111100 100001011 100011 11101

Color Harmonies of #483165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483165

Black with #483165

Text Example


Text Example

White with #483165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483165; }

 p { color: rgb(72,49,101); }

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

background-color css

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

 a { background-color: rgb(72,49,101); }

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

border-color css

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

 span { border-color: rgb(72,49,101); }

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