Html Css Color HEX #482567 Blue Diamond

📋 copy color: '#482567'

red 72 ◦ green 37 ◦ blue 103

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

Shades of Blue Diamond #482567

Tints of Blue Diamond #482567

RGB

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

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

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

R = 33.96%
G = 17.45%
B = 48.58%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#482567 (or 0x482567) is known color: Blue Diamond. HEX triplet: 48, 25 and 67. RGB value is (72,37,103). Sum of RGB (Red+Green+Blue) = 72+37+103=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #482567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482567 is #B7DA98. Grayscale: #363636. Windows color (decimal): -12049049 or 6759752. OLE color: 6759752.

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

Color convert

RGB 72 37 103 -
CMYK 0.30 0.64 0 0.60
HSL 271.82º 0.47% 0.27% -
HSV(B) 271.82º 0.64% 0.4% -
XYZ 5.78 3.68 13.24 -
YUV 54.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 72 37 103 0.30 0.64 0 0.60 271.82 0.47 0.27
Hex 48 25 67 1E 40 0 3C 110 2F 1B
Octal 110 45 147 36 100 0 74 420 57 33
Binary 1001000 100101 1100111 11110 1000000 0 111100 100010000 101111 11011

Color Harmonies of #482567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482567

Black with #482567

Text Example


Text Example

White with #482567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482567; }

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

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

background-color css

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

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

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

border-color css

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

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

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