#468BBF

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

Shades of Curious Blue #468BBF

Tints of Curious Blue #468BBF

Color information

#468BBF (or 0x468BBF) is unknown color: approx Curious Blue. HEX triplet: 46, 8B and BF. RGB value is (70,139,191). Sum of RGB (Red+Green+Blue) = 70+139+191=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #468BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BBF is #B97440. Grayscale: #7C7C7C. Windows color (decimal): -12153921 or 12553030. OLE color: 12553030.

HSL color Cylindrical-coordinate representation of color #468BBF: hue angle of 205.79º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #468BBF is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB70139191-
CMYK0.630.2700.25
HSL205.79º48.59%51.18%-
HSV(B)205.79º63.35%74.9%-
XYZ21.1623.5352.72-
YUV124.3165.6489.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.5%
GREEN value IS 139 (54.69% from 255) = 34.75%
BLUE value IS 191 (75% from 255) = 47.75%
R=17.5%
G=34.75%
B=47.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701391910.630.2700.25205.7948.5951.18
Hex468BBF3F1B019ce3133
Octal10621327777330313166163
Binary100011010001011101111111111111101101100111001110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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