#4180BE

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

Shades of Curious Blue #4180BE

Tints of Curious Blue #4180BE

Color information

#4180BE (or 0x4180BE) is unknown color: approx Curious Blue. HEX triplet: 41, 80 and BE. RGB value is (65,128,190). Sum of RGB (Red+Green+Blue) = 65+128+190=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #4180BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4180BE is #BE7F41. Grayscale: #737373. Windows color (decimal): -12484418 or 12484673. OLE color: 12484673.

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

Color convert

RGB65128190-
CMYK0.660.3300.25
HSL209.76º49.02%50%-
HSV(B)209.76º65.79%74.51%-
XYZ19.1920.2851.62-
YUV116.23169.6391.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.97%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=16.97%
G=33.42%
B=49.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651281900.660.3300.25209.7649.0250
Hex4180BE4221019d23132
Octal101200276102410313226162
Binary10000011000000010111110100001010000101100111010010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4180BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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