Html Css Color HEX #4C7ADE Royal Blue

📋 copy color: '#4C7ADE'

red 76 ◦ green 122 ◦ blue 222

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

Shades of Royal Blue #4C7ADE

Tints of Royal Blue #4C7ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.05%

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

R = 18.1%
G = 29.05%
B = 52.86%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C7ADE (or 0x4C7ADE) is known color: Royal Blue. HEX triplet: 4C, 7A and DE. RGB value is (76,122,222). Sum of RGB (Red+Green+Blue) = 76+122+222=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C7ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7ADE is #B38521. Grayscale: #777777. Windows color (decimal): -11765026 or 14580300. OLE color: 14580300.

HSL color Cylindrical-coordinate representation of color #4C7ADE: hue angle of 221.1º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C7ADE is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 122 222 -
CMYK 0.66 0.45 0 0.13
HSL 221.1º 0.69% 0.58% -
HSV(B) 221.1º 0.66% 0.87% -
XYZ 23.12 20.73 71.89 -
YUV 119.65 185.76 96.87 -
System Red Green Blue C M Y K H S L
Decimal 76 122 222 0.66 0.45 0 0.13 221.1 0.69 0.58
Hex 4C 7A DE 42 2D 0 D DD 45 3A
Octal 114 172 336 102 55 0 15 335 105 72
Binary 1001100 1111010 11011110 1000010 101101 0 1101 11011101 1000101 111010

Color Harmonies of #4C7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7ADE

Black with #4C7ADE

Text Example


Text Example

White with #4C7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,122,222); }

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

background-color css

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

 a { background-color: rgb(76,122,222); }

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

border-color css

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

 span { border-color: rgb(76,122,222); }

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