Html Css Color HEX #4756DD Royal Blue

📋 copy color: '#4756DD'

red 71 ◦ green 86 ◦ blue 221

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

Shades of Royal Blue #4756DD

Tints of Royal Blue #4756DD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.75%

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

R = 18.78%
G = 22.75%
B = 58.47%

CMYK

 C value IS 0.68

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4756DD (or 0x4756DD) is known color: Royal Blue. HEX triplet: 47, 56 and DD. RGB value is (71,86,221). Sum of RGB (Red+Green+Blue) = 71+86+221=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #4756DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4756DD is #B8A922. Grayscale: #606060. Windows color (decimal): -12101923 or 14505543. OLE color: 14505543.

HSL color Cylindrical-coordinate representation of color #4756DD: hue angle of 234º 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 #4756DD is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 86 221 -
CMYK 0.68 0.61 0 0.13
HSL 234º 0.69% 0.57% -
HSV(B) 234º 0.68% 0.87% -
XYZ 18.98 13.22 69.96 -
YUV 96.91 198.03 109.52 -
System Red Green Blue C M Y K H S L
Decimal 71 86 221 0.68 0.61 0 0.13 234 0.69 0.57
Hex 47 56 DD 44 3D 0 D EA 45 39
Octal 107 126 335 104 75 0 15 352 105 71
Binary 1000111 1010110 11011101 1000100 111101 0 1101 11101010 1000101 111001

Color Harmonies of #4756DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4756DD

Black with #4756DD

Text Example


Text Example

White with #4756DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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