Html Css Color HEX #482268 Blue Diamond

📋 copy color: '#482268'

red 72 ◦ green 34 ◦ blue 104

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

Shades of Blue Diamond #482268

Tints of Blue Diamond #482268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 34.29%
G = 16.19%
B = 49.52%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#482268 (or 0x482268) is known color: Blue Diamond. HEX triplet: 48, 22 and 68. RGB value is (72,34,104). Sum of RGB (Red+Green+Blue) = 72+34+104=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #482268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482268 is #B7DD97. Grayscale: #353535. Windows color (decimal): -12049816 or 6824520. OLE color: 6824520.

HSL color Cylindrical-coordinate representation of color #482268: hue angle of 272.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #482268 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 34 104 -
CMYK 0.31 0.67 0 0.59
HSL 272.57º 0.51% 0.27% -
HSV(B) 272.57º 0.67% 0.41% -
XYZ 5.74 3.52 13.47 -
YUV 53.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 72 34 104 0.31 0.67 0 0.59 272.57 0.51 0.27
Hex 48 22 68 1F 43 0 3B 111 33 1B
Octal 110 42 150 37 103 0 73 421 63 33
Binary 1001000 100010 1101000 11111 1000011 0 111011 100010001 110011 11011

Color Harmonies of #482268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482268

Black with #482268

Text Example


Text Example

White with #482268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482268; }

 p { color: rgb(72,34,104); }

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

background-color css

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

 a { background-color: rgb(72,34,104); }

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

border-color css

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

 span { border-color: rgb(72,34,104); }

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