#4190BF

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

Shades of Curious Blue #4190BF

Tints of Curious Blue #4190BF

Color information

#4190BF (or 0x4190BF) is unknown color: approx Curious Blue. HEX triplet: 41, 90 and BF. RGB value is (65,144,191). Sum of RGB (Red+Green+Blue) = 65+144+191=400 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #4190BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4190BF is #BE6F40. Grayscale: #7D7D7D. Windows color (decimal): -12480321 or 12554305. OLE color: 12554305.

HSL color Cylindrical-coordinate representation of color #4190BF: hue angle of 202.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4190BF is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65144191-
CMYK0.660.2500.25
HSL202.38º49.61%50.2%-
HSV(B)202.38º65.97%74.9%-
XYZ21.5624.8352.95-
YUV125.74164.8384.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.25%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 191 (75% from 255) = 47.75%
R=16.25%
G=36%
B=47.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651441910.660.2500.25202.3849.6150.2
Hex4190BF4219019ca3232
Octal101220277102310313126262
Binary1000001100100001011111110000101100101100111001010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4190BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4190BF; }

 p { color: rgb(65,144,191); }

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

<style>
 a { background-color: #4190BF; }

 a { background-color: rgb(65,144,191); }

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

<style>
 span { border-color: #4190BF; }

 span { border-color: rgb(65,144,191); }

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