#468DBA

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

Shades of Curious Blue #468DBA

Tints of Curious Blue #468DBA

Color information

#468DBA (or 0x468DBA) is unknown color: approx Curious Blue. HEX triplet: 46, 8D and BA. RGB value is (70,141,186). Sum of RGB (Red+Green+Blue) = 70+141+186=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #468DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DBA is #B97245. Grayscale: #7C7C7C. Windows color (decimal): -12153414 or 12225862. OLE color: 12225862.

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

Color convert

RGB70141186-
CMYK0.620.2400.27
HSL203.28º45.67%50.2%-
HSV(B)203.28º62.37%72.94%-
XYZ20.9123.949.96-
YUV124.9162.4888.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.63%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=17.63%
G=35.52%
B=46.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701411860.620.2400.27203.2845.6750.2
Hex468DBA3E1801Bcb2e32
Octal10621527276300333135662
Binary100011010001101101110101111101100001101111001011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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