#4083C6

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

Shades of Curious Blue #4083C6

Tints of Curious Blue #4083C6

Color information

#4083C6 (or 0x4083C6) is unknown color: approx Curious Blue. HEX triplet: 40, 83 and C6. RGB value is (64,131,198). Sum of RGB (Red+Green+Blue) = 64+131+198=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #4083C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4083C6 is #BF7C39. Grayscale: #767676. Windows color (decimal): -12549178 or 13009728. OLE color: 13009728.

HSL color Cylindrical-coordinate representation of color #4083C6: hue angle of 210º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4083C6 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB64131198-
CMYK0.680.3400.22
HSL210º54.03%51.37%-
HSV(B)210º67.68%77.65%-
XYZ20.4221.456.48-
YUV118.6172.889.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.28%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 198 (77.73% from 255) = 50.38%
R=16.28%
G=33.33%
B=50.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal641311980.680.3400.2221054.0351.37
Hex4083C64422016d23633
Octal100203306104420263226663
Binary10000001000001111000110100010010001001011011010010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4083C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4083C6; }

 p { color: rgb(64,131,198); }

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

<style>
 a { background-color: #4083C6; }

 a { background-color: rgb(64,131,198); }

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

<style>
 span { border-color: #4083C6; }

 span { border-color: rgb(64,131,198); }

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