#468FBE

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

Shades of Curious Blue #468FBE

Tints of Curious Blue #468FBE

Color information

#468FBE (or 0x468FBE) is unknown color: approx Curious Blue. HEX triplet: 46, 8F and BE. RGB value is (70,143,190). Sum of RGB (Red+Green+Blue) = 70+143+190=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #468FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FBE is #B97041. Grayscale: #7E7E7E. Windows color (decimal): -12152898 or 12488518. OLE color: 12488518.

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

Color convert

RGB70143190-
CMYK0.630.2500.25
HSL203.5º48%50.98%-
HSV(B)203.5º63.16%74.51%-
XYZ21.6424.6652.34-
YUV126.53163.8287.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.37%
GREEN value IS 143 (56.25% from 255) = 35.48%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=17.37%
G=35.48%
B=47.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701431900.630.2500.25203.54850.98
Hex468FBE3F19019cc3033
Octal10621727677310313146063
Binary100011010001111101111101111111100101100111001100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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