#4B65DF

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

Shades of Royal Blue #4B65DF

Tints of Royal Blue #4B65DF

Color information

#4B65DF (or 0x4B65DF) is unknown color: approx Royal Blue. HEX triplet: 4B, 65 and DF. RGB value is (75,101,223). Sum of RGB (Red+Green+Blue) = 75+101+223=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B65DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B65DF is #B49A20. Grayscale: #6A6A6A. Windows color (decimal): -11835937 or 14640459. OLE color: 14640459.

HSL color Cylindrical-coordinate representation of color #4B65DF: hue angle of 229.46º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B65DF is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB75101223-
CMYK0.660.5500.13
HSL229.46º69.81%58.43%-
HSV(B)229.46º66.37%87.45%-
XYZ20.8716.1371.83-
YUV107.13193.39105.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.80%
GREEN value IS 101 (39.84% from 255) = 25.31%
BLUE value IS 223 (87.5% from 255) = 55.89%
R=18.80%
G=25.31%
B=55.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751012230.660.5500.13229.4669.8158.43
Hex4B65DF42370De5463a
Octal1131453371026701534510672
Binary1001011110010111011111100001011011101101111001011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B65DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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