#4078C9

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

Shades of Curious Blue #4078C9

Tints of Curious Blue #4078C9

Color information

#4078C9 (or 0x4078C9) is unknown color: approx Curious Blue. HEX triplet: 40, 78 and C9. RGB value is (64,120,201). Sum of RGB (Red+Green+Blue) = 64+120+201=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #4078C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078C9 is #BF8736. Grayscale: #707070. Windows color (decimal): -12551991 or 13203520. OLE color: 13203520.

HSL color Cylindrical-coordinate representation of color #4078C9: hue angle of 215.47º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4078C9 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB64120201-
CMYK0.680.4000.21
HSL215.47º55.92%51.96%-
HSV(B)215.47º68.16%78.82%-
XYZ19.3718.7457.85-
YUV112.49177.9593.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.62%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 201 (78.91% from 255) = 52.21%
R=16.62%
G=31.17%
B=52.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal641202010.680.4000.21215.4755.9251.96
Hex4078C94428015d73834
Octal100170311104500253277064
Binary1000000111100011001001100010010100001010111010111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4078C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4078C9; }

 p { color: rgb(64,120,201); }

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

<style>
 a { background-color: #4078C9; }

 a { background-color: rgb(64,120,201); }

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

<style>
 span { border-color: #4078C9; }

 span { border-color: rgb(64,120,201); }

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