#465CD7

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

Shades of Royal Blue #465CD7

Tints of Royal Blue #465CD7

Color information

#465CD7 (or 0x465CD7) is unknown color: approx Royal Blue. HEX triplet: 46, 5C and D7. RGB value is (70,92,215). Sum of RGB (Red+Green+Blue) = 70+92+215=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #465CD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CD7 is #B9A328. Grayscale: #626262. Windows color (decimal): -12165929 or 14113862. OLE color: 14113862.

HSL color Cylindrical-coordinate representation of color #465CD7: hue angle of 230.9º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #465CD7 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7092215-
CMYK0.670.5700.16
HSL230.9º64.44%55.88%-
HSV(B)230.9º67.44%84.31%-
XYZ18.6213.8665.98-
YUV99.44193.21107-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 215 (84.38% from 255) = 57.03%
R=18.57%
G=24.40%
B=57.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal70922150.670.5700.16230.964.4455.88
Hex465CD74339010e74038
Octal1061343271037102034710070
Binary10001101011100110101111000011111001010000111001111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465CD7; }

 p { color: rgb(70,92,215); }

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

<style>
 a { background-color: #465CD7; }

 a { background-color: rgb(70,92,215); }

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

<style>
 span { border-color: #465CD7; }

 span { border-color: rgb(70,92,215); }

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