#48A2CF

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

Shades of Picton Blue #48A2CF

Tints of Picton Blue #48A2CF

Color information

#48A2CF (or 0x48A2CF) is unknown color: approx Picton Blue. HEX triplet: 48, A2 and CF. RGB value is (72,162,207). Sum of RGB (Red+Green+Blue) = 72+162+207=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #48A2CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A2CF is #B75D30. Grayscale: #8B8B8B. Windows color (decimal): -12016945 or 13607496. OLE color: 13607496.

HSL color Cylindrical-coordinate representation of color #48A2CF: hue angle of 200º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48A2CF is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72162207-
CMYK0.650.2200.19
HSL200º58.44%54.71%-
HSV(B)200º65.22%81.18%-
XYZ26.8631.7263.74-
YUV140.22165.6879.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.33%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=16.33%
G=36.73%
B=46.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721622070.650.2200.1920058.4454.71
Hex48A2CF4116013c83a37
Octal110242317101260233107267
Binary1001000101000101100111110000011011001001111001000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,162,207); }

 H1.HeaderClassName
 {
   color: #48A2CF;
 }
 .AnyTagClassName
 {
   color: #48A2CF;
 }
</style>
background-color css

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

 a { background-color: rgb(72,162,207); }

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

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

 span { border-color: rgb(72,162,207); }

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