#4488C1

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

Shades of Curious Blue #4488C1

Tints of Curious Blue #4488C1

Color information

#4488C1 (or 0x4488C1) is unknown color: approx Curious Blue. HEX triplet: 44, 88 and C1. RGB value is (68,136,193). Sum of RGB (Red+Green+Blue) = 68+136+193=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #4488C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4488C1 is #BB773E. Grayscale: #797979. Windows color (decimal): -12285759 or 12683332. OLE color: 12683332.

HSL color Cylindrical-coordinate representation of color #4488C1: hue angle of 207.36º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4488C1 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB68136193-
CMYK0.650.3000.24
HSL207.36º50.2%51.18%-
HSV(B)207.36º64.77%75.69%-
XYZ20.8122.6953.73-
YUV122.17167.9789.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.13%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 193 (75.78% from 255) = 48.61%
R=17.13%
G=34.26%
B=48.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681361930.650.3000.24207.3650.251.18
Hex4488C1411E018cf3233
Octal104210301101360303176263
Binary1000100100010001100000110000011111001100011001111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4488C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4488C1; }

 p { color: rgb(68,136,193); }

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

<style>
 a { background-color: #4488C1; }

 a { background-color: rgb(68,136,193); }

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

<style>
 span { border-color: #4488C1; }

 span { border-color: rgb(68,136,193); }

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