#4084B6

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

Shades of Curious Blue #4084B6

Tints of Curious Blue #4084B6

Color information

#4084B6 (or 0x4084B6) is unknown color: approx Curious Blue. HEX triplet: 40, 84 and B6. RGB value is (64,132,182). Sum of RGB (Red+Green+Blue) = 64+132+182=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #4084B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4084B6 is #BF7B49. Grayscale: #757575. Windows color (decimal): -12548938 or 11961408. OLE color: 11961408.

HSL color Cylindrical-coordinate representation of color #4084B6: hue angle of 205.42º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4084B6 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB64132182-
CMYK0.650.2700.29
HSL205.42º47.97%48.24%-
HSV(B)205.42º64.84%71.37%-
XYZ18.8120.9747.31-
YUV117.37164.4789.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.93%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 182 (71.48% from 255) = 48.15%
R=16.93%
G=34.92%
B=48.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641321820.650.2700.29205.4247.9748.24
Hex4084B6411B01Dcd3030
Octal100204266101330353156060
Binary1000000100001001011011010000011101101110111001101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4084B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4084B6; }

 p { color: rgb(64,132,182); }

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

<style>
 a { background-color: #4084B6; }

 a { background-color: rgb(64,132,182); }

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

<style>
 span { border-color: #4084B6; }

 span { border-color: rgb(64,132,182); }

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