#468EB9

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

Shades of Curious Blue #468EB9

Tints of Curious Blue #468EB9

Color information

#468EB9 (or 0x468EB9) is unknown color: approx Curious Blue. HEX triplet: 46, 8E and B9. RGB value is (70,142,185). Sum of RGB (Red+Green+Blue) = 70+142+185=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #468EB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468EB9 is #B97146. Grayscale: #7D7D7D. Windows color (decimal): -12153159 or 12160582. OLE color: 12160582.

HSL color Cylindrical-coordinate representation of color #468EB9: hue angle of 202.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #468EB9 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB70142185-
CMYK0.620.2300.27
HSL202.43º45.1%50%-
HSV(B)202.43º62.16%72.55%-
XYZ20.9624.1549.46-
YUV125.37161.6588.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.63%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 185 (72.66% from 255) = 46.60%
R=17.63%
G=35.77%
B=46.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701421850.620.2300.27202.4345.150
Hex468EB93E1701Bca2d32
Octal10621627176270333125562
Binary100011010001110101110011111101011101101111001010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468EB9; }

 p { color: rgb(70,142,185); }

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

<style>
 a { background-color: #468EB9; }

 a { background-color: rgb(70,142,185); }

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

<style>
 span { border-color: #468EB9; }

 span { border-color: rgb(70,142,185); }

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