Html Css Color HEX #4C7AFF Royal Blue

📋 copy color: '#4C7AFF'

red 76 ◦ green 122 ◦ blue 255

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

Shades of Royal Blue #4C7AFF

Tints of Royal Blue #4C7AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.29%

R = 16.78%
G = 26.93%
B = 56.29%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4C7AFF (or 0x4C7AFF) is known color: Royal Blue. HEX triplet: 4C, 7A and FF. RGB value is (76,122,255). Sum of RGB (Red+Green+Blue) = 76+122+255=453 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.78% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C7AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C7AFF is #B38500. Grayscale: #7A7A7A. Windows color (decimal): -11764993 or 16742988. OLE color: 16742988.

HSL color Cylindrical-coordinate representation of color #4C7AFF: hue angle of 224.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C7AFF is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 122 255 -
CMYK 0.70 0.52 0 0
HSL 224.58º 1% 0.65% -
HSV(B) 224.58º 0.7% 1% -
XYZ 27.99 22.68 97.51 -
YUV 123.41 202.26 94.19 -
System Red Green Blue C M Y K H S L
Decimal 76 122 255 0.70 0.52 0 0 224.58 1 0.65
Hex 4C 7A FF 46 34 0 0 E1 64 41
Octal 114 172 377 106 64 0 0 341 144 101
Binary 1001100 1111010 11111111 1000110 110100 0 0 11100001 1100100 1000001

Color Harmonies of #4C7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7AFF

Black with #4C7AFF

Text Example


Text Example

White with #4C7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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