Html Css Color HEX #48A0DC Picton Blue

📋 copy color: '#48A0DC'

red 72 ◦ green 160 ◦ blue 220

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

Shades of Picton Blue #48A0DC

Tints of Picton Blue #48A0DC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.4%

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 15.93%
G = 35.4%
B = 48.67%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#48A0DC (or 0x48A0DC) is known color: Picton Blue. HEX triplet: 48, A0 and DC. RGB value is (72,160,220). Sum of RGB (Red+Green+Blue) = 72+160+220=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #48A0DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A0DC is #B75F23. Grayscale: #8C8C8C. Windows color (decimal): -12017444 or 14458952. OLE color: 14458952.

HSL color Cylindrical-coordinate representation of color #48A0DC: hue angle of 204.32º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48A0DC is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 160 220 -
CMYK 0.67 0.27 0 0.14
HSL 204.32º 0.68% 0.57% -
HSV(B) 204.32º 0.67% 0.86% -
XYZ 28.16 31.69 72.34 -
YUV 140.53 172.85 79.12 -
System Red Green Blue C M Y K H S L
Decimal 72 160 220 0.67 0.27 0 0.14 204.32 0.68 0.57
Hex 48 A0 DC 43 1B 0 E CC 44 39
Octal 110 240 334 103 33 0 16 314 104 71
Binary 1001000 10100000 11011100 1000011 11011 0 1110 11001100 1000100 111001

Color Harmonies of #48A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A0DC

Black with #48A0DC

Text Example


Text Example

White with #48A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A0DC; }

 p { color: rgb(72,160,220); }

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

background-color css

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

 a { background-color: rgb(72,160,220); }

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

border-color css

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

 span { border-color: rgb(72,160,220); }

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