#41BECA

Color #41BECA Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #41BECA

Tints of Viking #41BECA

Color information

#41BECA (or 0x41BECA) is unknown color: approx 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

RGB65190202-
CMYK0.680.0600.21
HSL185.26º56.38%52.35%-
HSV(B)185.26º67.82%79.22%-
XYZ31.2542.2162.38-
YUV153.99155.0964.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.22%
GREEN value IS 190 (74.61% from 255) = 41.58%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=14.22%
G=41.58%
B=44.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651902020.680.0600.21185.2656.3852.35
Hex41BECA446015b93834
Octal10127631210460252717064
Binary10000011011111011001010100010011001010110111001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>