Html Css Color HEX #4C6BFC Royal Blue

📋 copy color: '#4C6BFC'

red 76 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #4C6BFC

Tints of Royal Blue #4C6BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.6%

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

R = 17.47%
G = 24.6%
B = 57.93%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C6BFC (or 0x4C6BFC) is known color: Royal Blue. HEX triplet: 4C, 6B and FC. RGB value is (76,107,252). Sum of RGB (Red+Green+Blue) = 76+107+252=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6BFC is #B39403. Grayscale: #717171. Windows color (decimal): -11768836 or 16542540. OLE color: 16542540.

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

Color convert

RGB 76 107 252 -
CMYK 0.70 0.58 0 0.01
HSL 229.43º 0.97% 0.64% -
HSV(B) 229.43º 0.7% 0.99% -
XYZ 25.81 19.08 94.42 -
YUV 114.26 205.73 100.71 -
System Red Green Blue C M Y K H S L
Decimal 76 107 252 0.70 0.58 0 0.01 229.43 0.97 0.64
Hex 4C 6B FC 46 3A 0 1 E5 61 40
Octal 114 153 374 106 72 0 1 345 141 100
Binary 1001100 1101011 11111100 1000110 111010 0 1 11100101 1100001 1000000

Color Harmonies of #4C6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6BFC

Black with #4C6BFC

Text Example


Text Example

White with #4C6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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