Html Css Color HEX #4C6CFC Royal Blue

📋 copy color: '#4C6CFC'

red 76 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #4C6CFC

Tints of Royal Blue #4C6CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.77%

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

R = 17.43%
G = 24.77%
B = 57.8%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C6CFC (or 0x4C6CFC) is known color: Royal Blue. HEX triplet: 4C, 6C and FC. RGB value is (76,108,252). Sum of RGB (Red+Green+Blue) = 76+108+252=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C6CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6CFC is #B39303. Grayscale: #727272. Windows color (decimal): -11768580 or 16542796. OLE color: 16542796.

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

Color convert

RGB 76 108 252 -
CMYK 0.70 0.57 0 0.01
HSL 229.09º 0.97% 0.64% -
HSV(B) 229.09º 0.7% 0.99% -
XYZ 25.91 19.29 94.45 -
YUV 114.85 205.4 100.29 -
System Red Green Blue C M Y K H S L
Decimal 76 108 252 0.70 0.57 0 0.01 229.09 0.97 0.64
Hex 4C 6C FC 46 39 0 1 E5 61 40
Octal 114 154 374 106 71 0 1 345 141 100
Binary 1001100 1101100 11111100 1000110 111001 0 1 11100101 1100001 1000000

Color Harmonies of #4C6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6CFC

Black with #4C6CFC

Text Example


Text Example

White with #4C6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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