#468ebf

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

Shades of Curious Blue #468EBF

Tints of Curious Blue #468EBF

Color information

#468EBF (or 0x468EBF) is unknown color: approx Curious Blue. HEX triplet: 46, 8E and BF. RGB value is (70,142,191). Sum of RGB (Red+Green+Blue) = 70+142+191=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #468EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468EBF is #B97140. Grayscale: #7D7D7D. Windows color (decimal): -12153153 or 12553798. OLE color: 12553798.

HSL color Cylindrical-coordinate representation of color #468EBF: hue angle of 204.3º 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 #468EBF is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB70142191-
CMYK0.630.2600.25
HSL204.3º48.59%51.18%-
HSV(B)204.3º63.35%74.9%-
XYZ21.624.4152.86-
YUV126.06164.6588.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.37%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 191 (75% from 255) = 47.39%
R=17.37%
G=35.24%
B=47.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701421910.630.2600.25204.348.5951.18
Hex468EBF3F1A019cc3133
Octal10621627777320313146163
Binary100011010001110101111111111111101001100111001100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468ebf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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