#4B65EE

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

Shades of Royal Blue #4B65EE

Tints of Royal Blue #4B65EE

Color information

#4B65EE (or 0x4B65EE) is unknown color: approx Royal Blue. HEX triplet: 4B, 65 and EE. RGB value is (75,101,238). Sum of RGB (Red+Green+Blue) = 75+101+238=414 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.12% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #4B65EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B65EE is #B49A11. Grayscale: #6C6C6C. Windows color (decimal): -11835922 or 15623499. OLE color: 15623499.

HSL color Cylindrical-coordinate representation of color #4B65EE: hue angle of 230.43º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B65EE is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB75101238-
CMYK0.680.5800.07
HSL230.43º82.74%61.37%-
HSV(B)230.43º68.49%93.33%-
XYZ22.9916.9882.95-
YUV108.84200.89103.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.12%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 238 (93.36% from 255) = 57.49%
R=18.12%
G=24.40%
B=57.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal751012380.680.5800.07230.4382.7461.37
Hex4B65EE443A07e6533d
Octal113145356104720734612375
Binary100101111001011110111010001001110100111111001101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B65EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B65EE; }

 p { color: rgb(75,101,238); }

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

<style>
 a { background-color: #4B65EE; }

 a { background-color: rgb(75,101,238); }

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

<style>
 span { border-color: #4B65EE; }

 span { border-color: rgb(75,101,238); }

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