#4b65ef

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

Shades of Royal Blue #4B65EF

Tints of Royal Blue #4B65EF

Color information

#4B65EF (or 0x4B65EF) is unknown color: approx Royal Blue. HEX triplet: 4B, 65 and EF. RGB value is (75,101,239). Sum of RGB (Red+Green+Blue) = 75+101+239=415 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.07% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #4B65EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B65EF is #B49A10. Grayscale: #6C6C6C. Windows color (decimal): -11835921 or 15689035. OLE color: 15689035.

HSL color Cylindrical-coordinate representation of color #4B65EF: hue angle of 230.49º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B65EF is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB75101239-
CMYK0.690.5800.06
HSL230.49º83.67%61.57%-
HSV(B)230.49º68.62%93.73%-
XYZ23.1417.0483.73-
YUV108.96201.39103.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.07%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 239 (93.75% from 255) = 57.59%
R=18.07%
G=24.34%
B=57.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal751012390.690.5800.06230.4983.6761.57
Hex4B65EF453A06e6543e
Octal113145357105720634612476
Binary100101111001011110111110001011110100110111001101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b65ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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