#4286BE

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

Shades of Curious Blue #4286BE

Tints of Curious Blue #4286BE

Color information

#4286BE (or 0x4286BE) is unknown color: approx Curious Blue. HEX triplet: 42, 86 and BE. RGB value is (66,134,190). Sum of RGB (Red+Green+Blue) = 66+134+190=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #4286BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4286BE is #BD7941. Grayscale: #777777. Windows color (decimal): -12417346 or 12486210. OLE color: 12486210.

HSL color Cylindrical-coordinate representation of color #4286BE: hue angle of 207.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4286BE is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66134190-
CMYK0.650.2900.25
HSL207.1º48.82%50.2%-
HSV(B)207.1º65.26%74.51%-
XYZ20.0721.9351.89-
YUV120.05167.4789.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.92%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=16.92%
G=34.36%
B=48.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661341900.650.2900.25207.148.8250.2
Hex4286BE411D019cf3132
Octal102206276101350313176162
Binary1000010100001101011111010000011110101100111001111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4286BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,134,190); }

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

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

 a { background-color: rgb(66,134,190); }

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

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

 span { border-color: rgb(66,134,190); }

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