Html Css Color HEX #4C77DB Royal Blue

📋 copy color: '#4C77DB'

red 76 ◦ green 119 ◦ blue 219

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

Shades of Royal Blue #4C77DB

Tints of Royal Blue #4C77DB

RGB

 RED value IS 76 (30.08% from 255) = 18.36%

 GREEN value IS 119 (46.88% from 255) = 28.74%

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 18.36%
G = 28.74%
B = 52.9%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C77DB (or 0x4C77DB) is known color: Royal Blue. HEX triplet: 4C, 77 and DB. RGB value is (76,119,219). Sum of RGB (Red+Green+Blue) = 76+119+219=414 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.36% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C77DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C77DB is #B38824. Grayscale: #757575. Windows color (decimal): -11765797 or 14382924. OLE color: 14382924.

HSL color Cylindrical-coordinate representation of color #4C77DB: hue angle of 221.96º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C77DB is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 119 219 -
CMYK 0.65 0.46 0 0.14
HSL 221.96º 0.67% 0.58% -
HSV(B) 221.96º 0.65% 0.86% -
XYZ 22.36 19.84 69.67 -
YUV 117.54 185.25 98.37 -
System Red Green Blue C M Y K H S L
Decimal 76 119 219 0.65 0.46 0 0.14 221.96 0.67 0.58
Hex 4C 77 DB 41 2E 0 E DE 43 3A
Octal 114 167 333 101 56 0 16 336 103 72
Binary 1001100 1110111 11011011 1000001 101110 0 1110 11011110 1000011 111010

Color Harmonies of #4C77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C77DB

Black with #4C77DB

Text Example


Text Example

White with #4C77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C77DB; }

 p { color: rgb(76,119,219); }

 H1.HeaderClassName
 {
   color: #4C77DB;
 }
 .AnyTagClassName
 {
   color: #4C77DB;
 }
</style>

background-color css

<style>
 a { background-color: #4C77DB; }

 a { background-color: rgb(76,119,219); }

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

border-color css

<style>
 span { border-color: #4C77DB; }

 span { border-color: rgb(76,119,219); }

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