Html Css Color HEX #48186F Blue Diamond

📋 copy color: '#48186F'

red 72 ◦ green 24 ◦ blue 111

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

Shades of Blue Diamond #48186F

Tints of Blue Diamond #48186F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.59%

 BLUE value IS 111 (43.75% from 255) = 53.62%

R = 34.78%
G = 11.59%
B = 53.62%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48186F (or 0x48186F) is known color: Blue Diamond. HEX triplet: 48, 18 and 6F. RGB value is (72,24,111). Sum of RGB (Red+Green+Blue) = 72+24+111=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #48186F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48186F is #B7E790. Grayscale: #2F2F2F. Windows color (decimal): -12052369 or 7280712. OLE color: 7280712.

HSL color Cylindrical-coordinate representation of color #48186F: hue angle of 273.1º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48186F is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 24 111 -
CMYK 0.35 0.78 0 0.56
HSL 273.1º 0.64% 0.26% -
HSV(B) 273.1º 0.78% 0.44% -
XYZ 5.87 3.18 15.34 -
YUV 48.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 72 24 111 0.35 0.78 0 0.56 273.1 0.64 0.26
Hex 48 18 6F 23 4E 0 38 111 40 1A
Octal 110 30 157 43 116 0 70 421 100 32
Binary 1001000 11000 1101111 100011 1001110 0 111000 100010001 1000000 11010

Color Harmonies of #48186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48186F

Black with #48186F

Text Example


Text Example

White with #48186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48186F; }

 p { color: rgb(72,24,111); }

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

background-color css

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

 a { background-color: rgb(72,24,111); }

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

border-color css

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

 span { border-color: rgb(72,24,111); }

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