#468CBC

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

Shades of Curious Blue #468CBC

Tints of Curious Blue #468CBC

Color information

#468CBC (or 0x468CBC) is unknown color: approx Curious Blue. HEX triplet: 46, 8C and BC. RGB value is (70,140,188). Sum of RGB (Red+Green+Blue) = 70+140+188=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #468CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CBC is #B97343. Grayscale: #7C7C7C. Windows color (decimal): -12153668 or 12356678. OLE color: 12356678.

HSL color Cylindrical-coordinate representation of color #468CBC: hue angle of 204.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #468CBC is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB70140188-
CMYK0.630.2600.26
HSL204.41º46.83%50.59%-
HSV(B)204.41º62.77%73.73%-
XYZ20.9823.6951.04-
YUV124.54163.8189.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.59%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=17.59%
G=35.18%
B=47.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701401880.630.2600.26204.4146.8350.59
Hex468CBC3F1A01Acc2f33
Octal10621427477320323145763
Binary100011010001100101111001111111101001101011001100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,140,188); }

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

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

 a { background-color: rgb(70,140,188); }

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

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

 span { border-color: rgb(70,140,188); }

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