#4180C0

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

Shades of Curious Blue #4180C0

Tints of Curious Blue #4180C0

Color information

#4180C0 (or 0x4180C0) is unknown color: approx Curious Blue. HEX triplet: 41, 80 and C0. RGB value is (65,128,192). Sum of RGB (Red+Green+Blue) = 65+128+192=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #4180C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4180C0 is #BE7F3F. Grayscale: #747474. Windows color (decimal): -12484416 or 12615745. OLE color: 12615745.

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

Color convert

RGB65128192-
CMYK0.660.3300.25
HSL210.24º50.2%50.39%-
HSV(B)210.24º66.15%75.29%-
XYZ19.4120.3752.78-
YUV116.46170.6391.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.88%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 192 (75.39% from 255) = 49.87%
R=16.88%
G=33.25%
B=49.87%

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
Decimal651281920.660.3300.25210.2450.250.39
Hex4180C04221019d23232
Octal101200300102410313226262
Binary10000011000000011000000100001010000101100111010010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4180C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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