Html Css Color HEX #4C7AFB Royal Blue

📋 copy color: '#4C7AFB'

red 76 ◦ green 122 ◦ blue 251

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

Shades of Royal Blue #4C7AFB

Tints of Royal Blue #4C7AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 16.93%
G = 27.17%
B = 55.9%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C7AFB (or 0x4C7AFB) is known color: Royal Blue. HEX triplet: 4C, 7A and FB. RGB value is (76,122,251). Sum of RGB (Red+Green+Blue) = 76+122+251=449 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.93% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #4C7AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C7AFB is #B38504. Grayscale: #7A7A7A. Windows color (decimal): -11764997 or 16480844. OLE color: 16480844.

HSL color Cylindrical-coordinate representation of color #4C7AFB: hue angle of 224.23º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C7AFB is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 122 251 -
CMYK 0.70 0.51 0 0.02
HSL 224.23º 0.96% 0.64% -
HSV(B) 224.23º 0.7% 0.98% -
XYZ 27.35 22.42 94.15 -
YUV 122.95 200.26 94.51 -
System Red Green Blue C M Y K H S L
Decimal 76 122 251 0.70 0.51 0 0.02 224.23 0.96 0.64
Hex 4C 7A FB 46 33 0 2 E0 60 40
Octal 114 172 373 106 63 0 2 340 140 100
Binary 1001100 1111010 11111011 1000110 110011 0 10 11100000 1100000 1000000

Color Harmonies of #4C7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7AFB

Black with #4C7AFB

Text Example


Text Example

White with #4C7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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