#468BBB

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

Shades of Curious Blue #468BBB

Tints of Curious Blue #468BBB

Color information

#468BBB (or 0x468BBB) is unknown color: approx Curious Blue. HEX triplet: 46, 8B and BB. RGB value is (70,139,187). Sum of RGB (Red+Green+Blue) = 70+139+187=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #468BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BBB is #B97444. Grayscale: #7B7B7B. Windows color (decimal): -12153925 or 12290886. OLE color: 12290886.

HSL color Cylindrical-coordinate representation of color #468BBB: hue angle of 204.62º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #468BBB is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB70139187-
CMYK0.630.2600.27
HSL204.62º46.25%50.39%-
HSV(B)204.62º62.57%73.33%-
XYZ20.7323.3650.43-
YUV123.84163.6489.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.68%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 187 (73.44% from 255) = 47.22%
R=17.68%
G=35.10%
B=47.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701391870.630.2600.27204.6246.2550.39
Hex468BBB3F1A01Bcd2e32
Octal10621327377320333155662
Binary100011010001011101110111111111101001101111001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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