Html Css Color HEX #4166D5 Royal Blue

📋 copy color: '#4166D5'

red 65 ◦ green 102 ◦ blue 213

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

Shades of Royal Blue #4166D5

Tints of Royal Blue #4166D5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.84%

 BLUE value IS 213 (83.59% from 255) = 56.05%

R = 17.11%
G = 26.84%
B = 56.05%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4166D5 (or 0x4166D5) is known color: Royal Blue. HEX triplet: 41, 66 and D5. RGB value is (65,102,213). Sum of RGB (Red+Green+Blue) = 65+102+213=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 213 (83.59% from 255 or 56.05% from 380); Max value from RGB is 213 - color contains mainly: blue. Hex color #4166D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4166D5 is #BE992A. Grayscale: #676767. Windows color (decimal): -12491051 or 13985345. OLE color: 13985345.

HSL color Cylindrical-coordinate representation of color #4166D5: hue angle of 225º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4166D5 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 102 213 -
CMYK 0.69 0.52 0 0.16
HSL 225º 0.64% 0.55% -
HSV(B) 225º 0.69% 0.84% -
XYZ 18.94 15.43 64.93 -
YUV 103.59 189.74 100.47 -
System Red Green Blue C M Y K H S L
Decimal 65 102 213 0.69 0.52 0 0.16 225 0.64 0.55
Hex 41 66 D5 45 34 0 10 E1 40 37
Octal 101 146 325 105 64 0 20 341 100 67
Binary 1000001 1100110 11010101 1000101 110100 0 10000 11100001 1000000 110111

Color Harmonies of #4166D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4166D5

Black with #4166D5

Text Example


Text Example

White with #4166D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4166D5; }

 p { color: rgb(65,102,213); }

 H1.HeaderClassName
 {
   color: #4166D5;
 }
 .AnyTagClassName
 {
   color: #4166D5;
 }
</style>

background-color css

<style>
 a { background-color: #4166D5; }

 a { background-color: rgb(65,102,213); }

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

border-color css

<style>
 span { border-color: #4166D5; }

 span { border-color: rgb(65,102,213); }

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