Html Css Color HEX #4C6FFC Royal Blue

📋 copy color: '#4C6FFC'

red 76 ◦ green 111 ◦ blue 252

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

Shades of Royal Blue #4C6FFC

Tints of Royal Blue #4C6FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

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

R = 17.31%
G = 25.28%
B = 57.4%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C6FFC (or 0x4C6FFC) is known color: Royal Blue. HEX triplet: 4C, 6F and FC. RGB value is (76,111,252). Sum of RGB (Red+Green+Blue) = 76+111+252=439 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.31% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C6FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6FFC is #B39003. Grayscale: #747474. Windows color (decimal): -11767812 or 16543564. OLE color: 16543564.

HSL color Cylindrical-coordinate representation of color #4C6FFC: hue angle of 228.07º 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 #4C6FFC is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 111 252 -
CMYK 0.70 0.56 0 0.01
HSL 228.07º 0.97% 0.64% -
HSV(B) 228.07º 0.7% 0.99% -
XYZ 26.24 19.93 94.56 -
YUV 116.61 204.4 99.04 -
System Red Green Blue C M Y K H S L
Decimal 76 111 252 0.70 0.56 0 0.01 228.07 0.97 0.64
Hex 4C 6F FC 46 38 0 1 E4 61 40
Octal 114 157 374 106 70 0 1 344 141 100
Binary 1001100 1101111 11111100 1000110 111000 0 1 11100100 1100001 1000000

Color Harmonies of #4C6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6FFC

Black with #4C6FFC

Text Example


Text Example

White with #4C6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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