Html Css Color HEX #482467 Blue Diamond

📋 copy color: '#482467'

red 72 ◦ green 36 ◦ blue 103

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

Shades of Blue Diamond #482467

Tints of Blue Diamond #482467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 48.82%

R = 34.12%
G = 17.06%
B = 48.82%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#482467 (or 0x482467) is known color: Blue Diamond. HEX triplet: 48, 24 and 67. RGB value is (72,36,103). Sum of RGB (Red+Green+Blue) = 72+36+103=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #482467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482467 is #B7DB98. Grayscale: #363636. Windows color (decimal): -12049305 or 6759496. OLE color: 6759496.

HSL color Cylindrical-coordinate representation of color #482467: hue angle of 272.24º 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 #482467 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 36 103 -
CMYK 0.30 0.65 0 0.60
HSL 272.24º 0.48% 0.27% -
HSV(B) 272.24º 0.65% 0.4% -
XYZ 5.75 3.62 13.23 -
YUV 54.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 72 36 103 0.30 0.65 0 0.60 272.24 0.48 0.27
Hex 48 24 67 1E 41 0 3C 110 30 1B
Octal 110 44 147 36 101 0 74 420 60 33
Binary 1001000 100100 1100111 11110 1000001 0 111100 100010000 110000 11011

Color Harmonies of #482467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482467

Black with #482467

Text Example


Text Example

White with #482467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482467; }

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

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

background-color css

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

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

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

border-color css

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

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

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