#4184BE

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

Shades of Curious Blue #4184BE

Tints of Curious Blue #4184BE

Color information

#4184BE (or 0x4184BE) is unknown color: approx Curious Blue. HEX triplet: 41, 84 and BE. RGB value is (65,132,190). Sum of RGB (Red+Green+Blue) = 65+132+190=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #4184BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4184BE is #BE7B41. Grayscale: #767676. Windows color (decimal): -12483394 or 12485697. OLE color: 12485697.

HSL color Cylindrical-coordinate representation of color #4184BE: hue angle of 207.84º degrees, saturation: 0.49, 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 #4184BE is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65132190-
CMYK0.660.3100.25
HSL207.84º49.02%50%-
HSV(B)207.84º65.79%74.51%-
XYZ19.7321.3451.8-
YUV118.58168.389.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.80%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=16.80%
G=34.11%
B=49.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651321900.660.3100.25207.8449.0250
Hex4184BE421F019d03132
Octal101204276102370313206162
Binary1000001100001001011111010000101111101100111010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4184BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4184BE; }

 p { color: rgb(65,132,190); }

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

<style>
 a { background-color: #4184BE; }

 a { background-color: rgb(65,132,190); }

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

<style>
 span { border-color: #4184BE; }

 span { border-color: rgb(65,132,190); }

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