#4084B4

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

Shades of Curious Blue #4084B4

Tints of Curious Blue #4084B4

Color information

#4084B4 (or 0x4084B4) is unknown color: approx Curious Blue. HEX triplet: 40, 84 and B4. RGB value is (64,132,180). Sum of RGB (Red+Green+Blue) = 64+132+180=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #4084B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4084B4 is #BF7B4B. Grayscale: #747474. Windows color (decimal): -12548940 or 11830336. OLE color: 11830336.

HSL color Cylindrical-coordinate representation of color #4084B4: hue angle of 204.83º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4084B4 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB64132180-
CMYK0.640.2700.29
HSL204.83º47.54%47.84%-
HSV(B)204.83º64.44%70.59%-
XYZ18.620.8946.23-
YUV117.14163.4790.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.02%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 180 (70.70% from 255) = 47.87%
R=17.02%
G=35.11%
B=47.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641321800.640.2700.29204.8347.5447.84
Hex4084B4401B01Dcd3030
Octal100204264100330353156060
Binary1000000100001001011010010000001101101110111001101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4084B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4084B4; }

 p { color: rgb(64,132,180); }

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

<style>
 a { background-color: #4084B4; }

 a { background-color: rgb(64,132,180); }

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

<style>
 span { border-color: #4084B4; }

 span { border-color: rgb(64,132,180); }

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