#4191CC

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

Shades of Curious Blue #4191CC

Tints of Curious Blue #4191CC

Color information

#4191CC (or 0x4191CC) is unknown color: approx Curious Blue. HEX triplet: 41, 91 and CC. RGB value is (65,145,204). Sum of RGB (Red+Green+Blue) = 65+145+204=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #4191CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4191CC is #BE6E33. Grayscale: #7F7F7F. Windows color (decimal): -12480052 or 13406529. OLE color: 13406529.

HSL color Cylindrical-coordinate representation of color #4191CC: hue angle of 205.47º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4191CC is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB65145204-
CMYK0.680.2900.2
HSL205.47º57.68%52.75%-
HSV(B)205.47º68.14%80%-
XYZ23.225.7360.87-
YUV127.8117183.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.70%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 204 (80.08% from 255) = 49.28%
R=15.70%
G=35.02%
B=49.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal651452040.680.2900.2205.4757.6852.75
Hex4191CC441D014cd3a35
Octal101221314104350243157265
Binary1000001100100011100110010001001110101010011001101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4191CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4191CC; }

 p { color: rgb(65,145,204); }

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

<style>
 a { background-color: #4191CC; }

 a { background-color: rgb(65,145,204); }

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

<style>
 span { border-color: #4191CC; }

 span { border-color: rgb(65,145,204); }

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