#4086B2

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

Shades of Curious Blue #4086B2

Tints of Curious Blue #4086B2

Color information

#4086B2 (or 0x4086B2) is unknown color: approx Curious Blue. HEX triplet: 40, 86 and B2. RGB value is (64,134,178). Sum of RGB (Red+Green+Blue) = 64+134+178=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 178 - color contains mainly: blue. Hex color #4086B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4086B2 is #BF794D. Grayscale: #757575. Windows color (decimal): -12548430 or 11699776. OLE color: 11699776.

HSL color Cylindrical-coordinate representation of color #4086B2: hue angle of 203.16º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4086B2 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB64134178-
CMYK0.640.2500.30
HSL203.16º47.11%47.45%-
HSV(B)203.16º64.04%69.8%-
XYZ18.6821.3545.26-
YUV118.09161.8189.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.02%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 178 (69.92% from 255) = 47.34%
R=17.02%
G=35.64%
B=47.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal641341780.640.2500.30203.1647.1147.45
Hex4086B2401901Ecb2f2f
Octal100206262100310363135757
Binary1000000100001101011001010000001100101111011001011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4086B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4086B2; }

 p { color: rgb(64,134,178); }

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

<style>
 a { background-color: #4086B2; }

 a { background-color: rgb(64,134,178); }

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

<style>
 span { border-color: #4086B2; }

 span { border-color: rgb(64,134,178); }

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