Shades of Viking #41BECA
Tints of Viking #41BECA
RGB
CMYK
RGB Variations
Color information
#41BECA (or 0x41BECA) is known color: Viking. HEX triplet: 41, BE and CA. RGB value is (65,190,202). Sum of RGB (Red+Green+Blue) = 65+190+202=457 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.22% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #41BECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BECA is #BE4135. Grayscale: #999999. Windows color (decimal): -12468534 or 13286977. OLE color: 13286977.
HSL color Cylindrical-coordinate representation of color #41BECA: hue angle of 185.26º 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 #41BECA is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 65 | 190 | 202 | - |
CMYK | 0.68 | 0.06 | 0 | 0.21 |
HSL | 185.26º | 0.56% | 0.52% | - |
HSV(B) | 185.26º | 0.68% | 0.79% | - |
XYZ | 31.25 | 42.22 | 62.38 | - |
YUV | 153.99 | 155.09 | 64.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 65 | 190 | 202 | 0.68 | 0.06 | 0 | 0.21 | 185.26 | 0.56 | 0.52 |
Hex | 41 | BE | CA | 44 | 6 | 0 | 15 | B9 | 38 | 34 |
Octal | 101 | 276 | 312 | 104 | 6 | 0 | 25 | 271 | 70 | 64 |
Binary | 1000001 | 10111110 | 11001010 | 1000100 | 110 | 0 | 10101 | 10111001 | 111000 | 110100 |
Color Harmonies of #41BECA
Complementary color
Monochromatic Colors of #41BECA
Black with #41BECA
Text Example
Text Example
White with #41BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BECA; }
p { color: rgb(65,190,202); }
H1.HeaderClassName
{
color: #41BECA;
}
.AnyTagClassName
{
color: #41BECA;
}
</style>
background-color css
<style>
a { background-color: #41BECA; }
a { background-color: rgb(65,190,202); }
div.DivClassName
{
background-color: #41BECA;
}
.BgClassName
{
background-color: #41BECA;
}
</style>
border-color css
<style>
span { border-color: #41BECA; }
span { border-color: rgb(65,190,202); }
td.TdClassName
{
border-color: #41BECA;
}
.TagClassName
{
border-color: #41BECA;
}
</style>