Shades of Wild Blue Yonder #7483C4
Tints of Wild Blue Yonder #7483C4
RGB
CMYK
RGB Variations
Color information
#7483C4 (or 0x7483C4) is known color: Wild Blue Yonder. HEX triplet: 74, 83 and C4. RGB value is (116,131,196). Sum of RGB (Red+Green+Blue) = 116+131+196=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 196 - color contains mainly: blue. Hex color #7483C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7483C4 is #8B7C3B. Grayscale: #858585. Windows color (decimal): -9141308 or 12878708. OLE color: 12878708.
HSL color Cylindrical-coordinate representation of color #7483C4: hue angle of 228.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7483C4 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 131 | 196 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.23 |
| HSL | 228.75º | 0.4% | 0.61% | - |
| HSV(B) | 228.75º | 0.41% | 0.77% | - |
| XYZ | 25.28 | 23.93 | 55.51 | - |
| YUV | 133.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 196 | 0.41 | 0.33 | 0 | 0.23 | 228.75 | 0.4 | 0.61 |
| Hex | 74 | 83 | C4 | 29 | 21 | 0 | 17 | E5 | 28 | 3D |
| Octal | 164 | 203 | 304 | 51 | 41 | 0 | 27 | 345 | 50 | 75 |
| Binary | 1110100 | 10000011 | 11000100 | 101001 | 100001 | 0 | 10111 | 11100101 | 101000 | 111101 |
Color Harmonies of #7483C4
Complementary color
Monochromatic Colors of #7483C4
Black with #7483C4
Text Example
Text Example
White with #7483C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7483C4; }
p { color: rgb(116,131,196); }
H1.HeaderClassName
{
color: #7483C4;
}
.AnyTagClassName
{
color: #7483C4;
}
</style>
background-color css
<style>
a { background-color: #7483C4; }
a { background-color: rgb(116,131,196); }
div.DivClassName
{
background-color: #7483C4;
}
.BgClassName
{
background-color: #7483C4;
}
</style>
border-color css
<style>
span { border-color: #7483C4; }
span { border-color: rgb(116,131,196); }
td.TdClassName
{
border-color: #7483C4;
}
.TagClassName
{
border-color: #7483C4;
}
</style>