#468FBA

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

Shades of Curious Blue #468FBA

Tints of Curious Blue #468FBA

Color information

#468FBA (or 0x468FBA) is unknown color: approx Curious Blue. HEX triplet: 46, 8F and BA. RGB value is (70,143,186). Sum of RGB (Red+Green+Blue) = 70+143+186=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #468FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FBA is #B97045. Grayscale: #7D7D7D. Windows color (decimal): -12152902 or 12226374. OLE color: 12226374.

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

Color convert

RGB70143186-
CMYK0.620.2300.27
HSL202.24º45.67%50.2%-
HSV(B)202.24º62.37%72.94%-
XYZ21.2124.4950.06-
YUV126.07161.8288-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.54%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=17.54%
G=35.84%
B=46.62%

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
Decimal701431860.620.2300.27202.2445.6750.2
Hex468FBA3E1701Bca2e32
Octal10621727276270333125662
Binary100011010001111101110101111101011101101111001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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