#468DC6

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

Shades of Curious Blue #468DC6

Tints of Curious Blue #468DC6

Color information

#468DC6 (or 0x468DC6) is unknown color: approx Curious Blue. HEX triplet: 46, 8D and C6. RGB value is (70,141,198). Sum of RGB (Red+Green+Blue) = 70+141+198=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #468DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DC6 is #B97239. Grayscale: #7D7D7D. Windows color (decimal): -12153402 or 13012294. OLE color: 13012294.

HSL color Cylindrical-coordinate representation of color #468DC6: hue angle of 206.72º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #468DC6 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB70141198-
CMYK0.650.2900.22
HSL206.72º52.89%52.55%-
HSV(B)206.72º64.65%77.65%-
XYZ22.2424.4356.97-
YUV126.27168.4887.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.11%
GREEN value IS 141 (55.47% from 255) = 34.47%
BLUE value IS 198 (77.73% from 255) = 48.41%
R=17.11%
G=34.47%
B=48.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701411980.650.2900.22206.7252.8952.55
Hex468DC6411D016cf3535
Octal106215306101350263176565
Binary1000110100011011100011010000011110101011011001111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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