Html Css Color HEX #4760DD Royal Blue

📋 copy color: '#4760DD'

red 71 ◦ green 96 ◦ blue 221

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

Shades of Royal Blue #4760DD

Tints of Royal Blue #4760DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.96%

R = 18.3%
G = 24.74%
B = 56.96%

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

#4760DD (or 0x4760DD) is known color: Royal Blue. HEX triplet: 47, 60 and DD. RGB value is (71,96,221). Sum of RGB (Red+Green+Blue) = 71+96+221=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #4760DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4760DD is #B89F22. Grayscale: #666666. Windows color (decimal): -12099363 or 14508103. OLE color: 14508103.

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

Color convert

RGB 71 96 221 -
CMYK 0.68 0.57 0 0.13
HSL 230º 0.69% 0.57% -
HSV(B) 230º 0.68% 0.87% -
XYZ 19.83 14.93 70.24 -
YUV 102.78 194.72 105.34 -
System Red Green Blue C M Y K H S L
Decimal 71 96 221 0.68 0.57 0 0.13 230 0.69 0.57
Hex 47 60 DD 44 39 0 D E6 45 39
Octal 107 140 335 104 71 0 15 346 105 71
Binary 1000111 1100000 11011101 1000100 111001 0 1101 11100110 1000101 111001

Color Harmonies of #4760DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4760DD

Black with #4760DD

Text Example


Text Example

White with #4760DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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