#48A1CD

Color #48A1CD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #48A1CD

Tints of Picton Blue #48A1CD

Color information

#48A1CD (or 0x48A1CD) is unknown color: approx 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

RGB72161205-
CMYK0.650.2100.20
HSL199.85º57.08%54.31%-
HSV(B)199.85º64.88%80.39%-
XYZ26.4431.2862.4-
YUV139.4165.0179.92-

RGB Variations

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

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.80%
R=16.44%
G=36.76%
B=46.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721612050.650.2100.20199.8557.0854.31
Hex48A1CD4115014c83936
Octal110241315101250243107166
Binary1001000101000011100110110000011010101010011001000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>