Html Css Color HEX #4C74FC Royal Blue

📋 copy color: '#4C74FC'

red 76 ◦ green 116 ◦ blue 252

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

Shades of Royal Blue #4C74FC

Tints of Royal Blue #4C74FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.13%

 BLUE value IS 252 (98.83% from 255) = 56.76%

R = 17.12%
G = 26.13%
B = 56.76%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C74FC (or 0x4C74FC) is known color: Royal Blue. HEX triplet: 4C, 74 and FC. RGB value is (76,116,252). Sum of RGB (Red+Green+Blue) = 76+116+252=444 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.12% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C74FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C74FC is #B38B03. Grayscale: #767676. Windows color (decimal): -11766532 or 16544844. OLE color: 16544844.

HSL color Cylindrical-coordinate representation of color #4C74FC: hue angle of 226.36º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C74FC is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 116 252 -
CMYK 0.70 0.54 0 0.01
HSL 226.36º 0.97% 0.64% -
HSV(B) 226.36º 0.7% 0.99% -
XYZ 26.8 21.06 94.75 -
YUV 119.54 202.75 96.94 -
System Red Green Blue C M Y K H S L
Decimal 76 116 252 0.70 0.54 0 0.01 226.36 0.97 0.64
Hex 4C 74 FC 46 36 0 1 E2 61 40
Octal 114 164 374 106 66 0 1 342 141 100
Binary 1001100 1110100 11111100 1000110 110110 0 1 11100010 1100001 1000000

Color Harmonies of #4C74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C74FC

Black with #4C74FC

Text Example


Text Example

White with #4C74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,116,252); }

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

background-color css

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

 a { background-color: rgb(76,116,252); }

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

border-color css

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

 span { border-color: rgb(76,116,252); }

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