#4155E2

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

Shades of Royal Blue #4155E2

Tints of Royal Blue #4155E2

Color information

#4155E2 (or 0x4155E2) is unknown color: approx Royal Blue. HEX triplet: 41, 55 and E2. RGB value is (65,85,226). Sum of RGB (Red+Green+Blue) = 65+85+226=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 226 (88.67% from 255 or 60.11% from 376); Max value from RGB is 226 - color contains mainly: blue. Hex color #4155E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4155E2 is #BEAA1D. Grayscale: #5E5E5E. Windows color (decimal): -12495390 or 14832961. OLE color: 14832961.

HSL color Cylindrical-coordinate representation of color #4155E2: hue angle of 232.55º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4155E2 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6585226-
CMYK0.710.6200.11
HSL232.55º73.52%57.06%-
HSV(B)232.55º71.24%88.63%-
XYZ19.1613.1173.47-
YUV95.09201.87106.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.29%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 226 (88.67% from 255) = 60.11%
R=17.29%
G=22.61%
B=60.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal65852260.710.6200.11232.5573.5257.06
Hex4155E2473E0Be94a39
Octal1011253421077601335111271
Binary1000001101010111100010100011111111001011111010011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4155E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4155E2; }

 p { color: rgb(65,85,226); }

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

<style>
 a { background-color: #4155E2; }

 a { background-color: rgb(65,85,226); }

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

<style>
 span { border-color: #4155E2; }

 span { border-color: rgb(65,85,226); }

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