#468BBA

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

Shades of Curious Blue #468BBA

Tints of Curious Blue #468BBA

Color information

#468BBA (or 0x468BBA) is unknown color: approx Curious Blue. HEX triplet: 46, 8B and BA. RGB value is (70,139,186). Sum of RGB (Red+Green+Blue) = 70+139+186=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #468BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BBA is #B97445. Grayscale: #7B7B7B. Windows color (decimal): -12153926 or 12225350. OLE color: 12225350.

HSL color Cylindrical-coordinate representation of color #468BBA: hue angle of 204.31º degrees, saturation: 0.46, 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 #468BBA is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB70139186-
CMYK0.620.2500.27
HSL204.31º45.67%50.2%-
HSV(B)204.31º62.37%72.94%-
XYZ20.6223.3149.87-
YUV123.73163.1489.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.72%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=17.72%
G=35.19%
B=47.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701391860.620.2500.27204.3145.6750.2
Hex468BBA3E1901Bcc2e32
Octal10621327276310333145662
Binary100011010001011101110101111101100101101111001100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,139,186); }

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

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

 a { background-color: rgb(70,139,186); }

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

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

 span { border-color: rgb(70,139,186); }

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