Html Css Color HEX #482466 Blue Diamond

📋 copy color: '#482466'

red 72 ◦ green 36 ◦ blue 102

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

Shades of Blue Diamond #482466

Tints of Blue Diamond #482466

RGB

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

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

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

R = 34.29%
G = 17.14%
B = 48.57%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#482466 (or 0x482466) is known color: Blue Diamond. HEX triplet: 48, 24 and 66. RGB value is (72,36,102). Sum of RGB (Red+Green+Blue) = 72+36+102=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #482466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482466 is #B7DB99. Grayscale: #363636. Windows color (decimal): -12049306 or 6693960. OLE color: 6693960.

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

Color convert

RGB 72 36 102 -
CMYK 0.29 0.65 0 0.6
HSL 272.73º 0.48% 0.27% -
HSV(B) 272.73º 0.65% 0.4% -
XYZ 5.7 3.6 12.96 -
YUV 54.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 72 36 102 0.29 0.65 0 0.6 272.73 0.48 0.27
Hex 48 24 66 1D 41 0 3C 111 30 1B
Octal 110 44 146 35 101 0 74 421 60 33
Binary 1001000 100100 1100110 11101 1000001 0 111100 100010001 110000 11011

Color Harmonies of #482466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482466

Black with #482466

Text Example


Text Example

White with #482466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482466; }

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

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

background-color css

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

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

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

border-color css

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

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

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