Html Css Color HEX #4755DE Royal Blue

📋 copy color: '#4755DE'

red 71 ◦ green 85 ◦ blue 222

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

Shades of Royal Blue #4755DE

Tints of Royal Blue #4755DE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.49%

 BLUE value IS 222 (87.11% from 255) = 58.73%

R = 18.78%
G = 22.49%
B = 58.73%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4755DE (or 0x4755DE) is known color: Royal Blue. HEX triplet: 47, 55 and DE. RGB value is (71,85,222). Sum of RGB (Red+Green+Blue) = 71+85+222=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #4755DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4755DE is #B8AA21. Grayscale: #5F5F5F. Windows color (decimal): -12102178 or 14570823. OLE color: 14570823.

HSL color Cylindrical-coordinate representation of color #4755DE: hue angle of 234.44º degrees, saturation: 0.7, 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 #4755DE is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 85 222 -
CMYK 0.68 0.62 0 0.13
HSL 234.44º 0.7% 0.57% -
HSV(B) 234.44º 0.68% 0.87% -
XYZ 19.03 13.11 70.63 -
YUV 96.43 198.86 109.86 -
System Red Green Blue C M Y K H S L
Decimal 71 85 222 0.68 0.62 0 0.13 234.44 0.7 0.57
Hex 47 55 DE 44 3E 0 D EA 46 39
Octal 107 125 336 104 76 0 15 352 106 71
Binary 1000111 1010101 11011110 1000100 111110 0 1101 11101010 1000110 111001

Color Harmonies of #4755DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4755DE

Black with #4755DE

Text Example


Text Example

White with #4755DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4755DE; }

 p { color: rgb(71,85,222); }

 H1.HeaderClassName
 {
   color: #4755DE;
 }
 .AnyTagClassName
 {
   color: #4755DE;
 }
</style>

background-color css

<style>
 a { background-color: #4755DE; }

 a { background-color: rgb(71,85,222); }

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

border-color css

<style>
 span { border-color: #4755DE; }

 span { border-color: rgb(71,85,222); }

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