#488EBE

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

Shades of Curious Blue #488EBE

Tints of Curious Blue #488EBE

Color information

#488EBE (or 0x488EBE) is unknown color: approx Curious Blue. HEX triplet: 48, 8E and BE. RGB value is (72,142,190). Sum of RGB (Red+Green+Blue) = 72+142+190=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #488EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488EBE is #B77141. Grayscale: #7E7E7E. Windows color (decimal): -12022082 or 12488264. OLE color: 12488264.

HSL color Cylindrical-coordinate representation of color #488EBE: hue angle of 204.41º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488EBE is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72142190-
CMYK0.620.2500.25
HSL204.41º47.58%51.37%-
HSV(B)204.41º62.11%74.51%-
XYZ21.6424.4452.29-
YUV126.54163.8189.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.82%
GREEN value IS 142 (55.86% from 255) = 35.15%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=17.82%
G=35.15%
B=47.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721421900.620.2500.25204.4147.5851.37
Hex488EBE3E19019cc3033
Octal11021627676310313146063
Binary100100010001110101111101111101100101100111001100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,142,190); }

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

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

 a { background-color: rgb(72,142,190); }

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

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

 span { border-color: rgb(72,142,190); }

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