#488CC1

Color #488CC1 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #488CC1

Tints of Curious Blue #488CC1

Color information

#488CC1 (or 0x488CC1) is unknown color: approx Curious Blue. HEX triplet: 48, 8C and C1. RGB value is (72,140,193). Sum of RGB (Red+Green+Blue) = 72+140+193=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #488CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CC1 is #B7733E. Grayscale: #7D7D7D. Windows color (decimal): -12022591 or 12684360. OLE color: 12684360.

HSL color Cylindrical-coordinate representation of color #488CC1: hue angle of 206.28º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #488CC1 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB72140193-
CMYK0.630.2700.24
HSL206.28º49.39%51.96%-
HSV(B)206.28º62.69%75.69%-
XYZ21.6823.9853.94-
YUV125.71165.9789.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.78%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 193 (75.78% from 255) = 47.65%
R=17.78%
G=34.57%
B=47.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721401930.630.2700.24206.2849.3951.96
Hex488CC13F1B018ce3134
Octal11021430177330303166164
Binary100100010001100110000011111111101101100011001110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488CC1; }

 p { color: rgb(72,140,193); }

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

<style>
 a { background-color: #488CC1; }

 a { background-color: rgb(72,140,193); }

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

<style>
 span { border-color: #488CC1; }

 span { border-color: rgb(72,140,193); }

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