Html Css Color HEX #48A1CD Picton Blue

📋 copy color: '#48A1CD'

red 72 ◦ green 161 ◦ blue 205

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

Shades of Picton Blue #48A1CD

Tints of Picton Blue #48A1CD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.76%

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 16.44%
G = 36.76%
B = 46.8%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#48A1CD (or 0x48A1CD) is known color: Picton Blue. HEX triplet: 48, A1 and CD. RGB value is (72,161,205). Sum of RGB (Red+Green+Blue) = 72+161+205=438 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.44% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #48A1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A1CD is #B75E32. Grayscale: #8B8B8B. Windows color (decimal): -12017203 or 13476168. OLE color: 13476168.

HSL color Cylindrical-coordinate representation of color #48A1CD: hue angle of 199.85º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48A1CD is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 161 205 -
CMYK 0.65 0.21 0 0.20
HSL 199.85º 0.57% 0.54% -
HSV(B) 199.85º 0.65% 0.8% -
XYZ 26.44 31.28 62.4 -
YUV 139.41 165.01 79.92 -
System Red Green Blue C M Y K H S L
Decimal 72 161 205 0.65 0.21 0 0.20 199.85 0.57 0.54
Hex 48 A1 CD 41 15 0 14 C8 39 36
Octal 110 241 315 101 25 0 24 310 71 66
Binary 1001000 10100001 11001101 1000001 10101 0 10100 11001000 111001 110110

Color Harmonies of #48A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A1CD

Black with #48A1CD

Text Example


Text Example

White with #48A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,161,205); }

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

background-color css

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

 a { background-color: rgb(72,161,205); }

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

border-color css

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

 span { border-color: rgb(72,161,205); }

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