Shades of Curious Blue #4A90BE
Tints of Curious Blue #4A90BE
RGB
CMYK
RGB Variations
Color information
#4A90BE (or 0x4A90BE) is known color: Curious Blue. HEX triplet: 4A, 90 and BE. RGB value is (74,144,190). Sum of RGB (Red+Green+Blue) = 74+144+190=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A90BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A90BE is #B56F41. Grayscale: #808080. Windows color (decimal): -11890498 or 12488778. OLE color: 12488778.
HSL color Cylindrical-coordinate representation of color #4A90BE: hue angle of 203.79º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A90BE is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 144 | 190 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.25 |
| HSL | 203.79º | 0.47% | 0.52% | - |
| HSV(B) | 203.79º | 0.61% | 0.75% | - |
| XYZ | 22.09 | 25.12 | 52.4 | - |
| YUV | 128.31 | 162.81 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 190 | 0.61 | 0.24 | 0 | 0.25 | 203.79 | 0.47 | 0.52 |
| Hex | 4A | 90 | BE | 3D | 18 | 0 | 19 | CC | 2F | 34 |
| Octal | 112 | 220 | 276 | 75 | 30 | 0 | 31 | 314 | 57 | 64 |
| Binary | 1001010 | 10010000 | 10111110 | 111101 | 11000 | 0 | 11001 | 11001100 | 101111 | 110100 |
Color Harmonies of #4A90BE
Complementary color
Monochromatic Colors of #4A90BE
Black with #4A90BE
Text Example
Text Example
White with #4A90BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A90BE; }
p { color: rgb(74,144,190); }
H1.HeaderClassName
{
color: #4A90BE;
}
.AnyTagClassName
{
color: #4A90BE;
}
</style>
background-color css
<style>
a { background-color: #4A90BE; }
a { background-color: rgb(74,144,190); }
div.DivClassName
{
background-color: #4A90BE;
}
.BgClassName
{
background-color: #4A90BE;
}
</style>
border-color css
<style>
span { border-color: #4A90BE; }
span { border-color: rgb(74,144,190); }
td.TdClassName
{
border-color: #4A90BE;
}
.TagClassName
{
border-color: #4A90BE;
}
</style>