Html Css Color HEX #482274 Blue Diamond

📋 copy color: '#482274'

red 72 ◦ green 34 ◦ blue 116

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

Shades of Blue Diamond #482274

Tints of Blue Diamond #482274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.25%

R = 32.43%
G = 15.32%
B = 52.25%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#482274 (or 0x482274) is known color: Blue Diamond. HEX triplet: 48, 22 and 74. RGB value is (72,34,116). Sum of RGB (Red+Green+Blue) = 72+34+116=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #482274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482274 is #B7DD8B. Grayscale: #363636. Windows color (decimal): -12049804 or 7610952. OLE color: 7610952.

HSL color Cylindrical-coordinate representation of color #482274: hue angle of 267.8º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482274 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 34 116 -
CMYK 0.38 0.71 0 0.55
HSL 267.8º 0.55% 0.29% -
HSV(B) 267.8º 0.71% 0.45% -
XYZ 6.4 3.78 16.92 -
YUV 54.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 72 34 116 0.38 0.71 0 0.55 267.8 0.55 0.29
Hex 48 22 74 26 47 0 37 10C 37 1D
Octal 110 42 164 46 107 0 67 414 67 35
Binary 1001000 100010 1110100 100110 1000111 0 110111 100001100 110111 11101

Color Harmonies of #482274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482274

Black with #482274

Text Example


Text Example

White with #482274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482274; }

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

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

background-color css

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

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

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

border-color css

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

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

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