Html Css Color HEX #4760DF Royal Blue

📋 copy color: '#4760DF'

red 71 ◦ green 96 ◦ blue 223

#4760DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4760DF

Tints of Royal Blue #4760DF

RGB

 RED value IS 71 (28.13% from 255) = 18.21%

 GREEN value IS 96 (37.89% from 255) = 24.62%

 BLUE value IS 223 (87.5% from 255) = 57.18%

R = 18.21%
G = 24.62%
B = 57.18%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4760DF (or 0x4760DF) is known color: Royal Blue. HEX triplet: 47, 60 and DF. RGB value is (71,96,223). Sum of RGB (Red+Green+Blue) = 71+96+223=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #4760DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4760DF is #B89F20. Grayscale: #666666. Windows color (decimal): -12099361 or 14639175. OLE color: 14639175.

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

Color convert

RGB 71 96 223 -
CMYK 0.68 0.57 0 0.13
HSL 230.13º 0.7% 0.58% -
HSV(B) 230.13º 0.68% 0.87% -
XYZ 20.1 15.03 71.65 -
YUV 103 195.72 105.17 -
System Red Green Blue C M Y K H S L
Decimal 71 96 223 0.68 0.57 0 0.13 230.13 0.7 0.58
Hex 47 60 DF 44 39 0 D E6 46 3A
Octal 107 140 337 104 71 0 15 346 106 72
Binary 1000111 1100000 11011111 1000100 111001 0 1101 11100110 1000110 111010

Color Harmonies of #4760DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4760DF

Black with #4760DF

Text Example


Text Example

White with #4760DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4760DF; }

 p { color: rgb(71,96,223); }

 H1.HeaderClassName
 {
   color: #4760DF;
 }
 .AnyTagClassName
 {
   color: #4760DF;
 }
</style>

background-color css

<style>
 a { background-color: #4760DF; }

 a { background-color: rgb(71,96,223); }

 div.DivClassName
 {
   background-color: #4760DF;
 }
 .BgClassName
 {
   background-color: #4760DF;
 }
</style>

border-color css

<style>
 span { border-color: #4760DF; }

 span { border-color: rgb(71,96,223); }

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