Html Css Color HEX #41A1CD Viking

📋 copy color: '#41A1CD'

red 65 ◦ green 161 ◦ blue 205

#41A1CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #41A1CD

Tints of Viking #41A1CD

RGB

 RED value IS 65 (25.78% from 255) = 15.08%

 GREEN value IS 161 (63.28% from 255) = 37.35%

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 15.08%
G = 37.35%
B = 47.56%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#41A1CD (or 0x41A1CD) is known color: Viking. HEX triplet: 41, A1 and CD. RGB value is (65,161,205). Sum of RGB (Red+Green+Blue) = 65+161+205=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #41A1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A1CD is #BE5E32. Grayscale: #898989. Windows color (decimal): -12475955 or 13476161. OLE color: 13476161.

HSL color Cylindrical-coordinate representation of color #41A1CD: hue angle of 198.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41A1CD is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 161 205 -
CMYK 0.68 0.21 0 0.20
HSL 198.86º 0.58% 0.53% -
HSV(B) 198.86º 0.68% 0.8% -
XYZ 25.94 31.02 62.38 -
YUV 137.31 166.2 76.42 -
System Red Green Blue C M Y K H S L
Decimal 65 161 205 0.68 0.21 0 0.20 198.86 0.58 0.53
Hex 41 A1 CD 44 15 0 14 C7 3A 35
Octal 101 241 315 104 25 0 24 307 72 65
Binary 1000001 10100001 11001101 1000100 10101 0 10100 11000111 111010 110101

Color Harmonies of #41A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A1CD

Black with #41A1CD

Text Example


Text Example

White with #41A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41A1CD; }

 p { color: rgb(65,161,205); }

 H1.HeaderClassName
 {
   color: #41A1CD;
 }
 .AnyTagClassName
 {
   color: #41A1CD;
 }
</style>

background-color css

<style>
 a { background-color: #41A1CD; }

 a { background-color: rgb(65,161,205); }

 div.DivClassName
 {
   background-color: #41A1CD;
 }
 .BgClassName
 {
   background-color: #41A1CD;
 }
</style>

border-color css

<style>
 span { border-color: #41A1CD; }

 span { border-color: rgb(65,161,205); }

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