#468EBE

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

Shades of Curious Blue #468EBE

Tints of Curious Blue #468EBE

Color information

#468EBE (or 0x468EBE) is unknown color: approx Curious Blue. HEX triplet: 46, 8E and BE. RGB value is (70,142,190). Sum of RGB (Red+Green+Blue) = 70+142+190=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #468EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468EBE is #B97141. Grayscale: #7D7D7D. Windows color (decimal): -12153154 or 12488262. OLE color: 12488262.

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

Color convert

RGB70142190-
CMYK0.630.2500.25
HSL204º48%50.98%-
HSV(B)204º63.16%74.51%-
XYZ21.4924.3752.29-
YUV125.94164.1588.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.41%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=17.41%
G=35.32%
B=47.26%

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
Decimal701421900.630.2500.252044850.98
Hex468EBE3F19019cc3033
Octal10621627677310313146063
Binary100011010001110101111101111111100101100111001100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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