#4166FF

Color #4166FF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4166FF

Tints of Royal Blue #4166FF

Color information

#4166FF (or 0x4166FF) is unknown color: approx Royal Blue. HEX triplet: 41, 66 and FF. RGB value is (65,102,255). Sum of RGB (Red+Green+Blue) = 65+102+255=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #4166FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4166FF is #BE9900. Grayscale: #6B6B6B. Windows color (decimal): -12491009 or 16737857. OLE color: 16737857.

HSL color Cylindrical-coordinate representation of color #4166FF: hue angle of 228.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4166FF is Cyan = 0.75, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB65102255-
CMYK0.750.600
HSL228.32º100%62.75%-
HSV(B)228.32º74.51%100%-
XYZ24.9817.8596.74-
YUV108.38210.7497.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.40%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 255 (100% from 255) = 60.43%
R=15.40%
G=24.17%
B=60.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal651022550.750.600228.3210062.75
Hex4166FF4B3C00e4643f
Octal101146377113740034414477
Binary1000001110011011111111100101111110000111001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4166FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4166FF;
 }
 .AnyTagClassName
 {
   color: #4166FF;
 }
</style>
background-color css

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

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

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

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

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

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