Html Css Color HEX #482566 Blue Diamond

📋 copy color: '#482566'

red 72 ◦ green 37 ◦ blue 102

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

Shades of Blue Diamond #482566

Tints of Blue Diamond #482566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.54%

 BLUE value IS 102 (40.23% from 255) = 48.34%

R = 34.12%
G = 17.54%
B = 48.34%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#482566 (or 0x482566) is known color: Blue Diamond. HEX triplet: 48, 25 and 66. RGB value is (72,37,102). Sum of RGB (Red+Green+Blue) = 72+37+102=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #482566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482566 is #B7DA99. Grayscale: #363636. Windows color (decimal): -12049050 or 6694216. OLE color: 6694216.

HSL color Cylindrical-coordinate representation of color #482566: hue angle of 272.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #482566 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 37 102 -
CMYK 0.29 0.64 0 0.6
HSL 272.31º 0.47% 0.27% -
HSV(B) 272.31º 0.64% 0.4% -
XYZ 5.73 3.66 12.97 -
YUV 54.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 72 37 102 0.29 0.64 0 0.6 272.31 0.47 0.27
Hex 48 25 66 1D 40 0 3C 110 2F 1B
Octal 110 45 146 35 100 0 74 420 57 33
Binary 1001000 100101 1100110 11101 1000000 0 111100 100010000 101111 11011

Color Harmonies of #482566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482566

Black with #482566

Text Example


Text Example

White with #482566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482566; }

 p { color: rgb(72,37,102); }

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

background-color css

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

 a { background-color: rgb(72,37,102); }

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

border-color css

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

 span { border-color: rgb(72,37,102); }

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