#4186CE

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

Shades of Curious Blue #4186CE

Tints of Curious Blue #4186CE

Color information

#4186CE (or 0x4186CE) is unknown color: approx Curious Blue. HEX triplet: 41, 86 and CE. RGB value is (65,134,206). Sum of RGB (Red+Green+Blue) = 65+134+206=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #4186CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4186CE is #BE7931. Grayscale: #797979. Windows color (decimal): -12482866 or 13534785. OLE color: 13534785.

HSL color Cylindrical-coordinate representation of color #4186CE: hue angle of 210.64º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4186CE is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65134206-
CMYK0.680.3500.19
HSL210.64º59%53.14%-
HSV(B)210.64º68.45%80.78%-
XYZ21.8522.6361.61-
YUV121.58175.6487.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.05%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 206 (80.86% from 255) = 50.86%
R=16.05%
G=33.09%
B=50.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651342060.680.3500.19210.645953.14
Hex4186CE4423013d33b35
Octal101206316104430233237365
Binary10000011000011011001110100010010001101001111010011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4186CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4186CE; }

 p { color: rgb(65,134,206); }

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

<style>
 a { background-color: #4186CE; }

 a { background-color: rgb(65,134,206); }

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

<style>
 span { border-color: #4186CE; }

 span { border-color: rgb(65,134,206); }

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