Html Css Color HEX #4A76DC Royal Blue

📋 copy color: '#4A76DC'

red 74 ◦ green 118 ◦ blue 220

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

Shades of Royal Blue #4A76DC

Tints of Royal Blue #4A76DC

RGB

 RED value IS 74 (29.3% from 255) = 17.96%

 GREEN value IS 118 (46.48% from 255) = 28.64%

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 17.96%
G = 28.64%
B = 53.4%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A76DC (or 0x4A76DC) is known color: Royal Blue. HEX triplet: 4A, 76 and DC. RGB value is (74,118,220). Sum of RGB (Red+Green+Blue) = 74+118+220=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A76DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A76DC is #B58923. Grayscale: #747474. Windows color (decimal): -11897124 or 14448202. OLE color: 14448202.

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

Color convert

RGB 74 118 220 -
CMYK 0.66 0.46 0 0.14
HSL 221.92º 0.68% 0.58% -
HSV(B) 221.92º 0.66% 0.86% -
XYZ 22.22 19.58 70.32 -
YUV 116.47 186.42 97.71 -
System Red Green Blue C M Y K H S L
Decimal 74 118 220 0.66 0.46 0 0.14 221.92 0.68 0.58
Hex 4A 76 DC 42 2E 0 E DE 44 3A
Octal 112 166 334 102 56 0 16 336 104 72
Binary 1001010 1110110 11011100 1000010 101110 0 1110 11011110 1000100 111010

Color Harmonies of #4A76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A76DC

Black with #4A76DC

Text Example


Text Example

White with #4A76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,118,220); }

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

background-color css

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

 a { background-color: rgb(74,118,220); }

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

border-color css

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

 span { border-color: rgb(74,118,220); }

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